withCategoryValue method
- String value
Replaces CandlestickDataPoint.categoryValue with value.
Implementation
CandlestickDataPoint withCategoryValue(String value) =>
copyWith(categoryValue: value);
Replaces CandlestickDataPoint.categoryValue with value.
CandlestickDataPoint withCategoryValue(String value) =>
copyWith(categoryValue: value);