UserCard constructor

UserCard(
  1. User user,
  2. Function callback, {
  3. Key? key,
})

Implementation

UserCard(this.user, this.callback, {super.key});