ContactListTile constructor

ContactListTile(
  1. BaseContact? baseContact, {
  2. UniqueKey? key,
  3. bool isBlockedScreen = false,
})

Implementation

ContactListTile(
  this.baseContact, {
  this.key,
  this.isBlockedScreen = false,
});