NiceProfileStats constructor
const
NiceProfileStats({
- Key? key,
- required List<
NiceStatItem> stats, - Axis direction = Axis.horizontal,
- bool expanded = false,
- void onStatTap(
- NiceStatItem stat
Implementation
const NiceProfileStats({
super.key,
required this.stats,
this.direction = Axis.horizontal,
this.expanded = false,
this.onStatTap,
});