SmartScaffold constructor
const
SmartScaffold({
- Key? key,
- required Widget body,
- String titleText = '',
- bool useAppBar = true,
- bool automaticallyImplyLeading = true,
- List<
Widget> ? actions, - TextStyle? titleTextStyle,
- Widget? flexibleSpace,
- bool? resizeToAvoidBottomInset,
- EdgeInsets? padding,
- Widget? leading,
- bool? centerTitle,
- IconThemeData? iconTheme,
- Widget? title,
- double? toolbarHeight,
- PreferredSizeWidget? appBar,
- PreferredSizeWidget? bottom,
Implementation
const SmartScaffold({
Key? key,
required this.body,
this.titleText = '',
this.useAppBar = true,
this.automaticallyImplyLeading = true,
this.actions,
this.titleTextStyle,
this.flexibleSpace,
this.resizeToAvoidBottomInset,
this.padding,
this.leading,
this.centerTitle,
this.bottomNavigationBar,
this.iconTheme,
this.title,
this.toolbarHeight,
this.appBar,
this.bottom
}) : super(key: key);