withCrosshairLabelStyle method

InteractionTheme withCrosshairLabelStyle(
  1. LabelStyle value
)

Replaces InteractionTheme.crosshairLabelStyle with value.

Implementation

InteractionTheme withCrosshairLabelStyle(LabelStyle value) =>
    copyWith(crosshairLabelStyle: value);