chatAvatar property
        
        Widget? Function({String? name, required bool online, Color? rimColor, double? size, required String url})?
        chatAvatar
        
      
final
      CUSTOM WIDGETS
Implementation
final Widget? Function({
  required String url,
  String? name,
  required bool online,
  double? size,
  Color? rimColor,
})? chatAvatar;