subtitleTextStyle property

TextStyle? subtitleTextStyle
final

The style to use for subtitle text.

If null, the style will be set to TextStyle(fontSize: 15, color: Theme.of(context).hintColor)

Implementation

final TextStyle? subtitleTextStyle;