Inheritance
System.Object
Drawer
public class Drawer : StatelessWidget
Constructors
Declaration
public Drawer(Key key = null, float elevation = 16F, Widget child = null)
Parameters
| Type |
Name |
Description |
| Key |
key |
|
| System.Single |
elevation |
|
| Widget |
child |
|
Fields
Declaration
public readonly Widget child
Field Value
Declaration
public readonly float elevation
Field Value
| Type |
Description |
| System.Single |
|
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides