ClockInUserTile constructor
const
ClockInUserTile({})
Implementation
const ClockInUserTile({
super.key,
required this.user,
required this.isActive,
required this.isSelected,
this.roleBadge,
this.activeLabel = 'Active',
required this.onTap,
});