withShowGridLines method

PolarNumericAxisConfig withShowGridLines(
  1. bool value
)

Replaces PolarNumericAxisConfig.showGridLines with value.

Implementation

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