bannerTheme property

MaterialBannerThemeData get bannerTheme

Implementation

MaterialBannerThemeData get bannerTheme => MaterialBannerThemeData(
  backgroundColor: colorScheme.surface,
  contentTextStyle: textTheme.bodyMedium?.copyWith(
    color: colorScheme.onSurface,
  ),
  dividerColor: colorScheme.outline,
  padding: EdgeInsets.symmetric(horizontal: 16, vertical: 8),
);