ScaffoldThemeExtension constructor

ScaffoldThemeExtension({
  1. Color? backgroundColor,
  2. Color? foregourendColor,
})

Implementation

ScaffoldThemeExtension({
  this.backgroundColor,
  this.foregourendColor,
});