titleBuilder property

Widget Function(Widget child) titleBuilder
final

Builder for building the chat title.

Intended to be used to allow custom modifications over the title.

Implementation

final Widget Function(Widget child) titleBuilder;