withTooltipStyle method

InteractionTheme withTooltipStyle(
  1. LabelStyle value
)

Replaces InteractionTheme.tooltipStyle with value.

Implementation

InteractionTheme withTooltipStyle(LabelStyle value) =>
    copyWith(tooltipStyle: value);