MiniPageScaffold constructor
const
MiniPageScaffold({
- Key? key,
- required Widget body,
- MiniAppBar? appBar,
- Widget? bottomBar,
- Color? backgroundColor,
Implementation
const MiniPageScaffold({
super.key,
required this.body,
this.appBar,
this.bottomBar,
this.backgroundColor,
});