FScaffold constructor
const
FScaffold({
- required Widget content,
- Widget? header,
- bool contentPad = true,
- FScaffoldStyle? style,
- Key? key,
Creates a FScaffold.
Implementation
const FScaffold({
required this.content,
this.header,
this.footer,
this.contentPad = true,
this.style,
super.key,
});