StatCardProps constructor
const
StatCardProps({
- required String label,
- required String value,
- Widget? icon,
- String? trend,
- bool trendPositive = true,
- String? description,
- String? iconBackground,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
Implementation
const StatCardProps({
required this.label,
required this.value,
this.icon,
this.trend,
this.trendPositive = true,
this.description,
this.iconBackground,
this.styles,
this.decoration,
});