appBarTheme property
AppBarTheme
get
appBarTheme
Implementation
AppBarTheme get appBarTheme => AppBarTheme(
backgroundColor: colorScheme.surface,
foregroundColor: colorScheme.onSurface,
elevation: 0,
surfaceTintColor: Colors.transparent,
centerTitle: true,
titleTextStyle: textTheme.titleSmall?.copyWith(
color: colorScheme.onSurface,
fontWeight: FontWeight.w600,
),
iconTheme: IconThemeData(color: colorScheme.onSurfaceVariant, size: 24),
actionsIconTheme: IconThemeData(
color: colorScheme.onSurfaceVariant,
size: 24,
),
scrolledUnderElevation: 1,
);