chatAvatar property

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

custom

Implementation

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