const
Scaffold(- {Key? key,
- PreferredSizeWidget? appBar,
- Widget? body,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- Widget? drawer,
- Widget? endDrawer,
- Widget? bottomNavigationBar,
- Widget? bottomSheet,
- Color? backgroundColor,
- bool? resizeToAvoidBottomInset,
- bool primary,
- bool extendBody,
- bool extendBodyBehindAppBar,
- Color? drawerScrimColor,
- double? drawerEdgeDragWidth,
- bool drawerEnableOpenDragGesture,
- bool endDrawerEnableOpenDragGesture,
- String? restorationId}
)
Implementation
const factory Scaffold(
{final Key? key,
final PreferredSizeWidget? appBar,
final Widget? body,
final Widget? floatingActionButton,
final FloatingActionButtonLocation? floatingActionButtonLocation,
final List<Widget>? persistentFooterButtons,
final Alignment persistentFooterAlignment,
final Widget? drawer,
final Widget? endDrawer,
final Widget? bottomNavigationBar,
final Widget? bottomSheet,
final Color? backgroundColor,
final bool? resizeToAvoidBottomInset,
final bool primary,
final bool extendBody,
final bool extendBodyBehindAppBar,
final Color? drawerScrimColor,
final double? drawerEdgeDragWidth,
final bool drawerEnableOpenDragGesture,
final bool endDrawerEnableOpenDragGesture,
final String? restorationId}) = _$Scaffold;