menu
draw_graph package
documentation
models/feature.dart
Feature
Feature constructor
Feature constructor
dark_mode
light_mode
Feature
constructor
Feature
(
{
String
title
=
""
,
Color
color
=
Colors.black
,
required
List
<
double
>
data
,
})
Implementation
Feature({ this.title = "", this.color = Colors.black, required this.data, });
draw_graph package
documentation
models/feature
Feature
Feature constructor
Feature class