footerView property

Widget? Function(BuildContext, {Group? group, int? parentMessageId, User? user})? footerView
final

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;