footerView property
footerView sets custom widget to footer
typically time and read receipt is shown
Implementation
final Widget? Function(BuildContext,
{User? user, Group? group, int? parentMessageId})? footerView;
footerView sets custom widget to footer
typically time and read receipt is shown
final Widget? Function(BuildContext,
{User? user, Group? group, int? parentMessageId})? footerView;