subtitleTextStyle property

TextStyle? subtitleTextStyle
final

TxPanel 的 subtitle 的文本样式。

如果此属性为 null,则使用 TxPanelThemeData.subtitleTextStyle。如果这也是 null 并且 ThemeData.useMaterial3 为 true,则将使用带有 ColorScheme.onSurfaceVariantTextTheme.bodyMedium,否则将使用带有 TextTheme.bodySmall 颜色的 TextTheme.bodyMedium

Implementation

final TextStyle? subtitleTextStyle;