AuthAvatarGuideWidget constructor
const
AuthAvatarGuideWidget({})
Implementation
const AuthAvatarGuideWidget({
Key? key,
required this.avatar,
required this.avatarAuthPass, // 当前头像是否认证通过
required this.onTapAuth,
required this.onTapAvatar,
required this.onTapClose,
}) : super(key: key);