threadSeparatorBuilder property

dynamic Function(BuildContext context, Message parentMessage)? threadSeparatorBuilder
final

Builder used to build the thread separator in case it's a thread view

Implementation

final Function(BuildContext context, Message parentMessage)?
    threadSeparatorBuilder;