withLabelBackgroundColor method

CrosshairStyle withLabelBackgroundColor(
  1. Color value
)

Replaces CrosshairStyle.labelBackgroundColor with value.

Implementation

CrosshairStyle withLabelBackgroundColor(Color value) =>
    copyWith(labelBackgroundColor: value);