XDrawerUserProfileBlur constructor
Implementation
const XDrawerUserProfileBlur(
{Key key,
@required this.userName,
@required this.userEmail,
@required this.photoUrl,
this.emailUpperCase,
@required this.margin,
@required this.height,
this.width})
: super(key: key);