subtitleTextStyle property

TextStyle? subtitleTextStyle
final

The text style to apply to the subtitle text.

If null, the default style will be used which applies Theme.of(context).textTheme.bodyMedium with black color.

Implementation

final TextStyle? subtitleTextStyle;