toAppBarTheme method
Convert ZeroAppBarStyle to theme data divider material AppBarTheme
Implementation
AppBarTheme toAppBarTheme() => AppBarTheme(
color: backgroundColor,
foregroundColor: foregroundColor,
titleTextStyle: titleStyle,
elevation: elevation,
shadowColor: shadowColor,
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
statusBarBrightness: statusBarBrightness,
),
titleSpacing: titleSpacing,
);