AppBarConfig constructor
AppBarConfig({
- Color? backgroundColor,
- Color? titleColor,
- double? elevation,
- IconThemeData? iconTheme,
- SystemUiOverlayStyle? systemOverlayStyle,
Implementation
AppBarConfig(
{this.backgroundColor,
this.titleColor,
this.elevation,
this.iconTheme,
this.systemOverlayStyle});