useCustomTile property

(bool Function(int index, T item, MessagePosition messagePosition)?) useCustomTile
final

Pass a function to test whether builders.customTileBuilder should be called. The typical use case is to call the custom builder when you have event types messages (user joined chat, renaming chat etc.).

Implementation

final bool Function(int index, T item, MessagePosition messagePosition)?
    useCustomTile;