withLabelTextColor method

CrosshairStyle withLabelTextColor(
  1. Color value
)

Replaces CrosshairStyle.labelTextColor with value.

Implementation

CrosshairStyle withLabelTextColor(Color value) =>
    copyWith(labelTextColor: value);