headerView property

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

footerView sets custom widget to footer

typically name is shown

Implementation

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