withAutoViewport method
- bool value
Replaces CategoryAxisConfig.autoViewport with value.
Implementation
CategoryAxisConfig withAutoViewport(bool value) =>
copyWith(autoViewport: value);
Replaces CategoryAxisConfig.autoViewport with value.
CategoryAxisConfig withAutoViewport(bool value) =>
copyWith(autoViewport: value);