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