MyScaffold.normal constructor
const
MyScaffold.normal({
- Key? kye,
- ChildBuild<
Widget> ? appBar, - required ChildBuild<
Widget> body, - ChildBuild<
List< ? actions,Widget> > - String? title,
- ChildBuild<
Widget> ? drawer, - bool drawerIsLeft = true,
- bool titleIsCenter = false,
- bool isMaterial = true,
- bool isShowTitle = true,
- bool isBottom = false,
- SafePadding? isSafeArea,
- Color? bgColor,
- Color? titleBackgroundColor,
- ChildBuild<
Widget> ? bottom, - ChildBuild<
Widget> ? titleWidget, - Widget? stateWidget,
- ChildBuild<
Widget> ? nextWidget, - Brightness? brightness,
- Brightness? appBarBrightness,
- ThemeData? themeData,
- Color? defaultTextColor,
Implementation
const MyScaffold.normal({
Key? kye,
this.appBar,
required this.body,
this.actions,
this.title,
this.drawer,
this.drawerIsLeft = true,
this.titleIsCenter = false,
this.isMaterial = true,
this.isShowTitle = true,
this.isBottom = false,
this.isSafeArea,
this.bgColor,
this.titleBackgroundColor,
this.bottom,
this.titleWidget,
this.stateWidget,
this.nextWidget,
this.brightness,
this.appBarBrightness,
this.themeData,
this.defaultTextColor,
}) : this.immerse = false,
this.backgroundWidget = null,
super(key: kye);