AppBarConfig constructor

AppBarConfig({
  1. Color? backgroundColor,
  2. Color? titleColor,
  3. double? elevation,
  4. IconThemeData? iconTheme,
  5. SystemUiOverlayStyle? systemOverlayStyle,
})

Implementation

AppBarConfig(
    {this.backgroundColor,
    this.titleColor,
    this.elevation,
    this.iconTheme,
    this.systemOverlayStyle});