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