UdScaffold constructor
UdScaffold({
- PreferredSizeWidget? appBar,
- Widget? body,
- Widget? drawer,
- Color? backgroundColor,
- Color? statusBarColorAndroid,
- Brightness? statusBarItemsColor,
- bool? resizeToAvoidBottomInset,
UdScaffold uses flutter Scaffold but we added more option for you.
Implementation
UdScaffold({
this.appBar,
this.body,
this.bottomNavigationBar,
this.drawer,
this.backgroundColor,
this.statusBarColorAndroid,
this.statusBarItemsColor,
this.resizeToAvoidBottomInset,
});