Avatar constructor
Avatar({})
Implementation
Avatar(
{Key? key,
required this.faceUrl,
this.onlineStatus,
required this.showName,
this.isShowBigWhenClick = false,
this.isFromLocalAsset = false,
this.borderRadius,
this.type = 1})
: super(key: key);