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