ScaffoldTheme constructor

const ScaffoldTheme({
  1. Color? backgroundColor,
  2. Color? headerBackgroundColor,
  3. Color? footerBackgroundColor,
  4. bool? showLoadingSparks,
  5. bool? resizeToAvoidBottomInset,
})

Implementation

const ScaffoldTheme({
  this.backgroundColor,
  this.headerBackgroundColor,
  this.footerBackgroundColor,
  this.showLoadingSparks,
  this.resizeToAvoidBottomInset,
});