onUserAvatarTap property

(dynamic Function(User)?) onUserAvatarTap
final

The action to perform when pressing the user avatar button.

By default it calls Scaffold.of(context).openDrawer().

Implementation

final Function(User)? onUserAvatarTap;