withCrosshairLabelStyle method
- LabelStyle value
Replaces InteractionTheme.crosshairLabelStyle with value.
Implementation
InteractionTheme withCrosshairLabelStyle(LabelStyle value) =>
copyWith(crosshairLabelStyle: value);
Replaces InteractionTheme.crosshairLabelStyle with value.
InteractionTheme withCrosshairLabelStyle(LabelStyle value) =>
copyWith(crosshairLabelStyle: value);