SearchUserTile constructor
- Key? key,
- RxUser? user,
- RxChatContact? contact,
- void onTap()?,
Implementation
const SearchUserTile({super.key, this.user, this.contact, this.onTap})
: assert(user != null || contact != null);
const SearchUserTile({super.key, this.user, this.contact, this.onTap})
: assert(user != null || contact != null);