withLogBase method
- double value
Replaces YAxisConfig.logBase with value.
Implementation
YAxisConfig withLogBase(double value) => copyWith(logBase: value);
Replaces YAxisConfig.logBase with value.
YAxisConfig withLogBase(double value) => copyWith(logBase: value);