ScaffoldFrame constructor
const
ScaffoldFrame({
- Key? key,
- dynamic title,
- Widget? body,
- Color? backgroundColor,
- EdgeInsets? contentPadding,
- VoidCallback? onRefresh,
- Widget? floatingActionButton,
- List<
Widget> actions = const [],
Implementation
const ScaffoldFrame({
super.key,
this.title,
this.body,
this.backgroundColor,
this.contentPadding,
this.onRefresh,
this.floatingActionButton,
this.bottomNavigationBar,
this.actions = const [],
});