withBorderWidth method

SolidGaugeStyle withBorderWidth(
  1. double value
)

Replaces SolidGaugeStyle.borderWidth with value.

Implementation

SolidGaugeStyle withBorderWidth(double value) => copyWith(borderWidth: value);