fix: Snackbars
This commit is contained in:
parent
decc231fda
commit
200325dcd5
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ class TwoColumnLayout extends StatelessWidget {
|
||||||
if (MediaQuery.of(context).size.width <= FluffyThemes.columnWidth * 2) {
|
if (MediaQuery.of(context).size.width <= FluffyThemes.columnWidth * 2) {
|
||||||
return mainView;
|
return mainView;
|
||||||
}
|
}
|
||||||
return Scaffold(
|
return ScaffoldMessenger(
|
||||||
body: ScaffoldMessenger(
|
child: Scaffold(
|
||||||
child: Row(
|
body: Row(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
clipBehavior: Clip.antiAlias,
|
clipBehavior: Clip.antiAlias,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue