withShowGridLines method
- bool value
Replaces RadarNumericAxisConfig.showGridLines with value.
Implementation
RadarNumericAxisConfig withShowGridLines(bool value) =>
copyWith(showGridLines: value);
Replaces RadarNumericAxisConfig.showGridLines with value.
RadarNumericAxisConfig withShowGridLines(bool value) =>
copyWith(showGridLines: value);