menu
ace_chart package
documentation
charts/bar_chart.dart
BarChart<T>
transform property
transform property
dark_mode
light_mode
transform
property
List
<
double
>
Function
(
List
<
T
>
values
)
transform
final
Implementation
final List<double> Function(List<T> values) transform;
ace_chart package
documentation
charts/bar_chart
BarChart<T>
transform property
BarChart class