floatingDateDividerBuilder property

Widget Function(DateTime)? floatingDateDividerBuilder
final

Builder used to render floating date divider that stays on top while scrolling the message list.

If null, It will fall back to dateDividerBuilder if provided.

Implementation

final Widget Function(DateTime)? floatingDateDividerBuilder;