GBScaffold constructor
const
GBScaffold({
- Key? key,
- PreferredSizeWidget? appBar,
- Widget? body,
- List<
Color> ? backgroundColors, - Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
- Widget? drawer,
- void onDrawerChanged()?,
- Widget? endDrawer,
- void onEndDrawerChanged()?,
- Widget? bottomSheet,
- bool? resizeToAvoidBottomInset,
- Color? drawerScrimColor,
- double? drawerEdgeDragWidth,
- String? restorationId,
- Alignment? beginGradient,
- Alignment? endGradient,
- List<
double> ? stopsGradient,
Implementation
const GBScaffold({
Key? key,
this.appBar,
this.body,
this.backgroundColors,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.floatingActionButtonAnimator,
this.persistentFooterButtons,
this.drawer,
this.onDrawerChanged,
this.endDrawer,
this.onEndDrawerChanged,
this.bottomNavigationBar,
this.bottomSheet,
this.resizeToAvoidBottomInset,
this.drawerScrimColor,
this.drawerEdgeDragWidth,
this.restorationId,
this.beginGradient,
this.endGradient,
this.stopsGradient,
}) : super(key: key);