AppBarThemeExtension constructor

AppBarThemeExtension({
  1. Color? collapsedForegroundColor,
  2. Color? expandedForegroundColor,
})

Implementation

AppBarThemeExtension({
  this.collapsedForegroundColor,
  this.expandedForegroundColor,
});