ChartStyleValue<T>.value constructor
- T value
The property uses the explicit value, overriding the theme default.
Implementation
const factory ChartStyleValue.value(T value) = ChartStyleExplicit<T>;
The property uses the explicit value, overriding the theme default.
const factory ChartStyleValue.value(T value) = ChartStyleExplicit<T>;