withVerticalOffset method

GaugeCenterConfig withVerticalOffset(
  1. double value
)

Replaces GaugeCenterConfig.verticalOffset with value.

Implementation

GaugeCenterConfig withVerticalOffset(double value) =>
    copyWith(verticalOffset: value);