threadBuilder property

Widget Function(BuildContext context, T conversation) threadBuilder
final

Builds the active thread for the selected conversation.

Implementation

final Widget Function(BuildContext context, T conversation) threadBuilder;