GetScaffold constructor
const
GetScaffold({
- Key? key,
- Widget? body,
- Widget? floatingActionButton,
- PreferredSizeWidget? appBar,
- Widget? drawer,
- Color? backgroundColor,
- bool resizeToAvoidBottomInset = true,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
Implementation
const GetScaffold({
super.key,
this.body,
this.floatingActionButton,
this.appBar,
this.drawer,
this.bottomNavigationBar,
this.backgroundColor,
this.resizeToAvoidBottomInset = true,
this.floatingActionButtonLocation,
this.floatingActionButtonAnimator,
});