withStatusStyle method

GaugeCenterConfig withStatusStyle(
  1. PolarLabelStyle value
)

Replaces GaugeCenterConfig.statusStyle with value.

Implementation

GaugeCenterConfig withStatusStyle(PolarLabelStyle value) =>
    copyWith(statusStyle: value);