EditorialStatTile constructor
- Key? key,
- required String label,
- required String value,
- String? valueSuffix,
- bool loading = false,
- String? trend,
- TrendDirection trendDirection = TrendDirection.up,
- Color? accent,
- VoidCallback? onTap,
Implementation
const EditorialStatTile({
super.key,
required this.label,
required this.value,
this.valueSuffix,
this.loading = false,
this.trend,
this.trendDirection = TrendDirection.up,
this.accent,
this.onTap,
});