XRoundedCornerDrawer constructor
const
XRoundedCornerDrawer(- {Key key,
- String expansionTileTitle,
- String expansionTileSubTitle,
- @required String userName,
- @required String userEmail,
- @required String photoUrl,
- @required bool emailUpperCase,
- Color expansionTileTitleColor,
- Color expansionTileSubTitleColor,
- List<Widget> expansionchildren,
- String progressName,
- Color progressColor,
- Color progressBackgroundColor,
- double progressValue,
- Color progressNameColor,
- BorderRadius borderRadius = BorderRadius.zero,
- double elevation = 50.0,
)
Implementation
const XRoundedCornerDrawer(
{Key key,
this.expansionTileTitle,
this.expansionTileSubTitle,
@required this.userName,
@required this.userEmail,
@required this.photoUrl,
@required this.emailUpperCase,
this.expansionTileTitleColor,
this.expansionTileSubTitleColor,
this.expansionchildren,
this.progressName,
this.progressColor,
this.progressBackgroundColor,
this.progressValue,
this.progressNameColor,
this.menuChildren,
this.borderRadius = BorderRadius.zero,
this.elevation = 50.0,
this.bottomMenu})
: super(key: key);