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