Class Drawer
Inheritance
Drawer
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class Drawer : StatelessWidget
Constructors
Drawer(Key, Single, Widget)
Declaration
public Drawer(Key key = null, float elevation = 16F, Widget child = null)
Parameters
Type | Name | Description |
---|---|---|
Key | key | |
Single | elevation | |
Widget | child |
Fields
child
Declaration
public readonly Widget child
Field Value
Type | Description |
---|---|
Widget |
elevation
Declaration
public readonly float elevation
Field Value
Type | Description |
---|---|
Single |
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context |
Returns
Type | Description |
---|---|
Widget |