subtitleTextStyle property
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;
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.
final TextStyle? subtitleTextStyle;