withPanelPadding method

GaugeReferenceStyle withPanelPadding(
  1. double value
)

Replaces GaugeReferenceStyle.panelPadding with value.

Implementation

GaugeReferenceStyle withPanelPadding(double value) =>
    copyWith(panelPadding: value);