titleBuilder property

Widget Function(Widget child) titleBuilder
final

Builder for building the RxChat.title.

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

Implementation

final Widget Function(Widget child) titleBuilder;