contentTextStyle property

TextStyle? contentTextStyle
final

TxPanel 的 content 的文本样式。

如果此属性为 null,则使用 TxPanelThemeData.contentTextStyle。如果这也是 null 将使用带有 TextTheme.bodyMedium

Implementation

final TextStyle? contentTextStyle;