|
|
@ -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,
|
|
|
|