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