withPanelBorderWidth method

GaugeReferenceStyle withPanelBorderWidth(
  1. double value
)

Replaces GaugeReferenceStyle.panelBorderWidth with value.

Implementation

GaugeReferenceStyle withPanelBorderWidth(double value) =>
    copyWith(panelBorderWidth: value);