withHorizontalOffset method

GaugeCenterConfig withHorizontalOffset(
  1. double value
)

Replaces GaugeCenterConfig.horizontalOffset with value.

Implementation

GaugeCenterConfig withHorizontalOffset(double value) =>
    copyWith(horizontalOffset: value);