emptyState property

Widget? emptyState
final

Allows you to change what the user sees when there are no messages. emptyChatPlaceholder and emptyChatPlaceholderTextStyle are ignored in this case.

Implementation

final Widget? emptyState;