withShowGridLines method

RadarNumericAxisConfig withShowGridLines(
  1. bool value
)

Replaces RadarNumericAxisConfig.showGridLines with value.

Implementation

RadarNumericAxisConfig withShowGridLines(bool value) =>
    copyWith(showGridLines: value);