kBaseAppBarTheme property
AppBarTheme
get
kBaseAppBarTheme
Implementation
AppBarTheme get kBaseAppBarTheme => AppBarTheme(
backgroundColor: _colorScheme.primary,
iconTheme: kBaseIconThemeData.copyWith(
color: _colorScheme.onPrimary,
),
foregroundColor: _colorScheme.onPrimary,
);