WebResponsiveScaffold constructor
WebResponsiveScaffold({
- Key? key,
- Widget? mediumLayoutWidget,
- Widget? smallLayoutWidget,
- Widget? xLargeLayoutWidget,
- AppBar? smallLayoutAppBar,
- AppBar? mediumLayoutAppBar,
- AppBar? xLargeLayoutAppBar,
- Drawer? smallLayoutDrawer,
- FloatingActionButton? smallLayoutFAB,
- Drawer? mediumLayoutDrawer,
- FloatingActionButton? mediumLayoutFAB,
- Drawer? xLargeLayoutDrawer,
- FloatingActionButton? xLargeLayoutFAB,
ignore: prefer_const_constructors_in_immutables
Implementation
WebResponsiveScaffold({
super.key,
this.mediumLayoutWidget,
this.smallLayoutWidget,
this.xLargeLayoutWidget,
this.smallLayoutAppBar,
this.mediumLayoutAppBar,
this.xLargeLayoutAppBar,
this.smallLayoutDrawer,
this.smallLayoutFAB,
this.mediumLayoutDrawer,
this.mediumLayoutFAB,
this.xLargeLayoutDrawer,
this.xLargeLayoutFAB,
});