withLabel method
- String value
Replaces YAxisConfig.label with value.
Implementation
YAxisConfig withLabel(String value) => copyWith(label: value);
Replaces YAxisConfig.label with value.
YAxisConfig withLabel(String value) => copyWith(label: value);