withLabelBackgroundColor method
- Color value
Replaces CrosshairStyle.labelBackgroundColor with value.
Implementation
CrosshairStyle withLabelBackgroundColor(Color value) =>
copyWith(labelBackgroundColor: value);
Replaces CrosshairStyle.labelBackgroundColor with value.
CrosshairStyle withLabelBackgroundColor(Color value) =>
copyWith(labelBackgroundColor: value);