withVerticalOffset method
- double value
Replaces GaugeCenterConfig.verticalOffset with value.
Implementation
GaugeCenterConfig withVerticalOffset(double value) =>
copyWith(verticalOffset: value);
Replaces GaugeCenterConfig.verticalOffset with value.
GaugeCenterConfig withVerticalOffset(double value) =>
copyWith(verticalOffset: value);