withShowStatus method

GaugeCenterConfig withShowStatus(
  1. bool value
)

Replaces GaugeCenterConfig.showStatus with value.

Implementation

GaugeCenterConfig withShowStatus(bool value) => copyWith(showStatus: value);