onUserTap property

UserTapCallback? onUserTap
final

Function called when tapping on a channel By default it calls Navigator.push building a MaterialPageRoute with the widget userWidget as child.

Implementation

final UserTapCallback? onUserTap;