withPanelBorderColor method
- Color value
Replaces GaugeReferenceStyle.panelBorderColor with value.
Implementation
GaugeReferenceStyle withPanelBorderColor(Color value) =>
copyWith(panelBorderColor: value);
Replaces GaugeReferenceStyle.panelBorderColor with value.
GaugeReferenceStyle withPanelBorderColor(Color value) =>
copyWith(panelBorderColor: value);