TimeItemCard constructor
const
TimeItemCard({})
Implementation
const TimeItemCard({
super.key,
required this.time,
required this.onChange,
required this.isSelected,
required this.locale,
this.icon,
this.selectedColor,
this.unSelectedColor,
});