ContactListTile constructor
const
ContactListTile(
- BaseContact? baseContact, {
- Key? key,
- bool isBlockedScreen = false,
Implementation
const ContactListTile(
this.baseContact, {
Key? key,
this.isBlockedScreen = false,
}) : super(key: key);