emptyState property
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;
Allows you to change what the user sees when there are no messages.
emptyChatPlaceholder
and emptyChatPlaceholderTextStyle
are ignored
in this case.
final Widget? emptyState;