XDrawerUserProfileBlur constructor

const XDrawerUserProfileBlur(
  1. {Key key,
  2. @required String userName,
  3. @required String userEmail,
  4. @required String photoUrl,
  5. bool emailUpperCase,
  6. @required EdgeInsetsGeometry margin,
  7. @required double height,
  8. double width}
)

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);