textStyle property
final
The text style of the tooltip. Default is:
Zeta.of(context).textStyles.bodyXSmall.copyWith(
color: zeta.colors.mainInverse,
fontWeight: FontWeight.w500,
),
Implementation
final TextStyle? textStyle;
The text style of the tooltip. Default is:
Zeta.of(context).textStyles.bodyXSmall.copyWith(
color: zeta.colors.mainInverse,
fontWeight: FontWeight.w500,
),
final TextStyle? textStyle;