withShow method
- bool value
Replaces SeriesCalloutSpec.show with value.
Implementation
SeriesCalloutSpec withShow(bool value) => copyWith(show: value);
Replaces SeriesCalloutSpec.show with value.
SeriesCalloutSpec withShow(bool value) => copyWith(show: value);