withLineSpacing method

GaugeCenterConfig withLineSpacing(
  1. double value
)

Replaces GaugeCenterConfig.lineSpacing with value.

Implementation

GaugeCenterConfig withLineSpacing(double value) =>
    copyWith(lineSpacing: value);