BaseScaffold constructor
BaseScaffold({
- BaseAppBar? appBar,
- Widget? body,
- Color? backgroundColor,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
Implementation
BaseScaffold({
this.appBar,
this.body,
this.backgroundColor,
this.bottomNavigationBar,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.floatingActionButtonAnimator,
});