YDrawer constructor
YDrawer({})
Implementation
YDrawer({
Key? key,
this.elevation = 16.0,
this.child,
this.semanticLabel,
this.widthPercent = 0.8,
this.callback,
}) : super(key: key);
YDrawer({
Key? key,
this.elevation = 16.0,
this.child,
this.semanticLabel,
this.widthPercent = 0.8,
this.callback,
}) : super(key: key);