ContactListTile constructor
const
ContactListTile({})
Implementation
const ContactListTile(
{Key? key,
this.name,
this.atSign,
this.image,
this.onAdd,
required this.onRemove,
this.isSelected = false,
this.onlyRemoveMethod = false,
this.plainView = false,
this.onTileTap})
: super(key: key);