padding
This commit is contained in:
@@ -235,7 +235,10 @@ class _AiChatState extends State<AiChat> {
|
|||||||
_flutterTts.stop();
|
_flutterTts.stop();
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
windowBody: Column(
|
windowBody: SizedBox(
|
||||||
|
width: double.infinity,
|
||||||
|
// color: Colors.black,
|
||||||
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.max,
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
Stack(
|
Stack(
|
||||||
@@ -294,6 +297,7 @@ class _AiChatState extends State<AiChat> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return MihAppWindow(
|
return MihAppWindow(
|
||||||
|
|||||||
Reference in New Issue
Block a user