padding
This commit is contained in:
parent
375d38f7ba
commit
7c310bb307
1 changed files with 59 additions and 55 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue