textStyle property

TextStyle? textStyle
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;