textStyle property
后代Text小部件的样式。
textStyle的颜色通常不直接使用,使用foregroundColor代替。 如果为null,则使用TxTipThemeData.textStyle,如果它也为空, 则使用TextTheme.bodySmall。
Implementation
final TextStyle? textStyle;
后代Text小部件的样式。
textStyle的颜色通常不直接使用,使用foregroundColor代替。 如果为null,则使用TxTipThemeData.textStyle,如果它也为空, 则使用TextTheme.bodySmall。
final TextStyle? textStyle;