DrawerModifier constructor
      const
      DrawerModifier({})
     
    
Creates a Material Design drawer.
Typically used in the Scaffold.drawer property.
The elevation must be non-negative.
Implementation
const DrawerModifier({
  super.key,
  super.child,
  super.modifierKey,
  this.backgroundColor,
  this.elevation,
  this.shape,
  this.width,
  this.semanticLabel,
});