Class ExpansionPanel
Inheritance
System.Object
ExpansionPanel
Namespace: Unity.UIWidgets.material
Syntax
public class ExpansionPanel
Constructors
ExpansionPanel(ExpansionPanelHeaderBuilder, Widget, Boolean)
Declaration
public ExpansionPanel(ExpansionPanelHeaderBuilder headerBuilder = null, Widget body = null, bool isExpanded = false)
Parameters
| Type | Name | Description |
|---|---|---|
| ExpansionPanelHeaderBuilder | headerBuilder | |
| Widget | body | |
| System.Boolean | isExpanded |
Fields
body
Declaration
public readonly Widget body
Field Value
| Type | Description |
|---|---|
| Widget |
headerBuilder
Declaration
public readonly ExpansionPanelHeaderBuilder headerBuilder
Field Value
| Type | Description |
|---|---|
| ExpansionPanelHeaderBuilder |
isExpanded
Declaration
public readonly bool isExpanded
Field Value
| Type | Description |
|---|---|
| System.Boolean |