textStyle property

TextStyle? textStyle
final

The text style of the tooltip. Default is:

ZetaTextStyles.bodyXSmall.copyWith(
  color: zeta.colors.textInverse,
  fontWeight: FontWeight.w500,
),

Implementation

final TextStyle? textStyle;