AbstractStatefulScreen constructor
const
AbstractStatefulScreen({})
Implementation
const AbstractStatefulScreen({
super.key,
this.fab,
this.foreground,
this.background,
this.gutter = true,
this.minContentWidth = 500,
this.minContentFraction = 0.75,
this.header,
this.footer,
this.loadingProgress,
this.loadingProgressIndeterminate = false,
this.showLoadingSparks = false,
});