toggleButtonTextStyle property

TextStyle? toggleButtonTextStyle
final

展开/折叠按钮的文字样式

如果值为 null,则使用TxExpandableTextThemeData.toggleButtonTextStyle, 如果它也为null,则使用style并修改文字颜色为ColorScheme.primary, 如果它也为null,则使用DefaultTextStyle并修改文字颜色为toggleButtonForegroundColor

Implementation

final TextStyle? toggleButtonTextStyle;