Inheritance
System.Object
ExpansionTile
public class ExpansionTile : StatefulWidget
Constructors
Declaration
public ExpansionTile(Key key = null, Widget leading = null, Widget title = null, Color backgroundColor = null, ValueChanged<bool> onExpansionChanged = null, List<Widget> children = null, Widget trailing = null, bool initiallyExpanded = false)
Parameters
Type |
Name |
Description |
Key |
key |
|
Widget |
leading |
|
Widget |
title |
|
Color |
backgroundColor |
|
ValueChanged<System.Boolean> |
onExpansionChanged |
|
System.Collections.Generic.List<Widget> |
children |
|
Widget |
trailing |
|
System.Boolean |
initiallyExpanded |
|
Fields
Declaration
public readonly Color backgroundColor
Field Value
Declaration
public readonly List<Widget> children
Field Value
Type |
Description |
System.Collections.Generic.List<Widget> |
|
Declaration
public readonly bool initiallyExpanded
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public readonly Widget leading
Field Value
Declaration
public readonly ValueChanged<bool> onExpansionChanged
Field Value
Declaration
public readonly Widget title
Field Value
Declaration
public readonly Widget trailing
Field Value
Methods
Declaration
public override State createState()
Returns
Overrides