CScaffold constructor
CScaffold({
- Key? key,
- required Widget body,
- Widget? appBar,
- bool? autoLostFocus,
- Color? backgroundColor,
- bool extendBodyBehindAppBar = false,
- bool safeArea = true,
- bool resizeToAvoidBottomInset = true,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
Implementation
CScaffold(
{super.key,
required this.body,
this.appBar,
this.autoLostFocus,
super.backgroundColor,
this.bottomNavigationBar,
this.extendBodyBehindAppBar = false,
this.safeArea = true,
this.resizeToAvoidBottomInset = true,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.floatingActionButtonAnimator,});