FScaffold constructor
const
FScaffold({})
Creates a FScaffold.
Implementation
const FScaffold({
required this.content,
this.header,
this.footer,
this.contentPad = true,
this.resizeToAvoidBottomInset = true,
this.style,
super.key,
});