Drawer({Key key, int elevation: 16, Widget child })

Creates a material design drawer.

Typically used in the drawer property.

Source

Drawer({
  Key key,
  this.elevation: 16,
  this.child
}) : super(key: key);