Drawer constructor
Creates a material design drawer.
Typically used in the Scaffold.drawer property.
Implementation
const Drawer({
Key key,
this.elevation = 16.0,
this.child,
this.semanticLabel,
}) : super(key: key);
Creates a material design drawer.
Typically used in the Scaffold.drawer property.
const Drawer({
Key key,
this.elevation = 16.0,
this.child,
this.semanticLabel,
}) : super(key: key);