subtitleTextStyle property
final
The text style for ListTile's subtitle.
If this property is null, then ListTileThemeData.subtitleTextStyle is used. If that is also null, TextTheme.bodyMedium will be used.
Implementation
final TextStyle? subtitleTextStyle;