CounterItemsComponent constructor
Creates a CounterItemsComponent.
Requires:
icon: The icon to display.title: The text title below the icon.targetValue: The integer target value to count up to.
Implementation
const CounterItemsComponent({
required this.icon,
required this.title,
required this.targetValue,
super.key,
});