onChannelTap property

ChannelTapCallback? onChannelTap
final

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

Implementation

final ChannelTapCallback? onChannelTap;