NiceResponsiveScaffold constructor
const
NiceResponsiveScaffold({})
Implementation
const NiceResponsiveScaffold({
super.key,
required this.body,
this.drawer,
this.appBar,
this.destinations,
this.selectedIndex = 0,
this.onDestinationSelected,
this.floatingActionButton,
this.showBottomNavOnMobile = true,
this.showRailOnTablet = true,
this.showDrawerOnDesktop = true,
});