GunPage constructor
const
GunPage({
- Key? key,
- required Widget child,
- Color? backgroundColor = Colors.white,
- WillPopCallback? onWillPop,
- Widget? floatingActionButton,
- PreferredSizeWidget? appBar,
- GunAppBar? appBarTop,
- Widget? appBarBottom,
- Widget? bottomSlidingPanel,
- Brightness statusBarBrightness = Brightness.light,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- Widget? drawer,
- Widget? endDrawer,
- Key? keyScaffold,
- bool keyboardDimissable = false,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
- bool? resizeToAvoidBottomInset,
Implementation
const GunPage(
{Key? key,
required this.child,
this.backgroundColor = Colors.white,
this.onWillPop,
this.floatingActionButton,
this.appBar,
this.appBarTop,
this.appBarBottom,
this.bottomSlidingPanel,
this.statusBarBrightness = Brightness.light,
this.floatingActionButtonLocation,
this.drawer,
this.endDrawer,
this.keyScaffold,
this.keyboardDimissable = false,
this.floatingActionButtonAnimator,
this.resizeToAvoidBottomInset})
: super(key: key);