SelectedTile constructor
Implementation
const SelectedTile({
super.key,
this.user,
this.myUser,
this.contact,
this.chat,
this.selected = false,
this.subtitle = const [],
this.onTap,
this.darken = 0,
this.onAvatarTap = _defaultAvatarTap,
});