menu
charthub package
documentation
lineChart.dart
LineChart
LineChart constructor
LineChart constructor
dark_mode
light_mode
LineChart
constructor
LineChart
(
{
required
double
size
,
required
List
<
double
>
items
,
Color
?
color
,
bool
?
showValues
,
TextStyle
?
textStyle
,
})
Implementation
LineChart( {required this.size, required this.items, this.color, this.showValues, this.textStyle});
charthub package
documentation
lineChart
LineChart
LineChart constructor
LineChart class