menu
dutato
presentation/widgets/components/kpi_card.dart
SparklineSlot
SparklineSlot.new const constructor
SparklineSlot.new
dark_mode
light_mode
description
SparklineSlot
constructor
const
SparklineSlot
(
{
Key
?
key
,
required
List
<
double
>
values
,
double
height
=
28
,
Color
?
color
,
})
Implementation
const SparklineSlot({ super.key, required this.values, this.height = 28, this.color, });
dutato
kpi_card
SparklineSlot
SparklineSlot.new const constructor
SparklineSlot class