onUserAvatarTap property

(dynamic Function(User)?) onUserAvatarTap
final

Callback to call when pressing the user avatar button. By default it calls Scaffold.of(context).openDrawer()

Implementation

final Function(User)? onUserAvatarTap;