contentTextStyle property
final
Style for the text in the content of the MaterialBanner.
If null
, MaterialBannerThemeData.contentTextStyle is used. If that is
also null
, TextTheme.bodyMedium of ThemeData.textTheme is used.
Implementation
final TextStyle? contentTextStyle;