contentTextStyle property

  1. @override
TextStyle? contentTextStyle
final

Style for the text in the content of the InformBanner.

If null, MaterialBannerThemeData.contentTextStyle is used. If that is also null, TextTheme.bodyText2 of ThemeData.textTheme is used.

Implementation

@override
final TextStyle? contentTextStyle;