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