Creates a material design drawer header.
Requires one of its ancestors to be a Material widget.
Source
UserAccountsDrawerHeader({
Key key,
this.decoration,
this.currentAccountPicture,
this.otherAccountsPictures,
this.accountName,
this.accountEmail,
this.onDetailsPressed
}) : super(key: key);