menu
chartee package
documentation
models/chart_layer.dart
ChartLineLayer
colors property
colors property
dark_mode
light_mode
colors
property
Map
<
double
,
Color
>
?
colors
final
The colors of the line at each y value.
Implementation
final Map<double, Color>? colors;
chartee package
documentation
models/chart_layer
ChartLineLayer
colors property
ChartLineLayer class