FastScaffold constructor
const
FastScaffold({
- Key? key,
- Size appBarHeightSize = _kAppBarHeightSize,
- bool isTitlePositionBelowAppBar = true,
- bool showAppBar = true,
- Color? appBarBackgroundColor,
- Widget? floatingActionButton,
- Widget? closeButton,
- Widget? backButton,
- Color? titleColor,
- String? titleText,
- List<
Widget> ? actions, - Widget? leading,
- Widget? child,
Implementation
const FastScaffold({
Key? key,
this.appBarHeightSize = _kAppBarHeightSize,
this.isTitlePositionBelowAppBar = true,
this.showAppBar = true,
this.appBarBackgroundColor,
this.floatingActionButton,
this.bottomNavigationBar,
this.closeButton,
this.backButton,
this.titleColor,
this.titleText,
this.actions,
this.leading,
this.child,
}) : super(key: key);