ChartStyleValue<T>.value constructor

const ChartStyleValue<T>.value(
  1. T value
)

The property uses the explicit value, overriding the theme default.

Implementation

const factory ChartStyleValue.value(T value) = ChartStyleExplicit<T>;