AnchorProfile constructor
const
AnchorProfile({})
Implementation
const AnchorProfile(
{Key? key,
required this.faceUrl,
required this.nickName,
this.isSubscribe = false,
this.subInfo,
this.isShowDefaultAction = true,
this.onAvatarTap,
this.onSubscribeTap,
this.action})
: super(key: key);