onThreadTap property

ThreadTapCallback? onThreadTap
final

The action to perform when threads are tapped.

By default it calls Navigator.push using the widget built using threadBuilder

Implementation

final ThreadTapCallback? onThreadTap;