ResponsiveScaffold constructor
const
ResponsiveScaffold({})
Implementation
const ResponsiveScaffold({
Key? key,
this.scaffoldKey,
this.drawer,
this.endDrawer,
this.title,
this.body,
this.trailing,
this.floatingActionButton,
this.menuIcon,
this.endIcon,
this.kTabletBreakpoint = 720.0,
this.kDesktopBreakpoint = 1440.0,
this.appBarElevation,
}) : super(key: key);