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) {
|
||||
return mainView;
|
||||
}
|
||||
return Scaffold(
|
||||
body: ScaffoldMessenger(
|
||||
child: Row(
|
||||
return ScaffoldMessenger(
|
||||
child: Scaffold(
|
||||
body: Row(
|
||||
children: [
|
||||
Container(
|
||||
clipBehavior: Clip.antiAlias,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue