chatMessagesHeader property

Widget? Function({String? avatarUrl, String? groupRef, bool? isGroup, bool? isTyping, bool? online, String? subtitle, required String title, bool? userIsNotBlocked})? chatMessagesHeader
final

Implementation

final Widget? Function({
  required String title,
  String? subtitle,
  String? avatarUrl,
  bool? online,
  bool? isTyping,
  bool? userIsNotBlocked,
  bool? isGroup,
  String? groupRef,
})? chatMessagesHeader;