Class ExpansionTile | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ExpansionTile

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    ExpansionTile
    Inherited Members
    StatefulWidget.createElement()
    Widget.key
    Widget.toStringShort()
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)
    Widget.canUpdate(Widget, Widget)
    CanonicalMixinDiagnosticableTree.pureWidget
    CanonicalMixinDiagnosticableTree.Equals(Object)
    CanonicalMixinDiagnosticableTree.GetHashCode()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class ExpansionTile : StatefulWidget

    Constructors

    ExpansionTile(Key, Widget, Widget, Color, ValueChanged<Boolean>, List<Widget>, Widget, Boolean)

    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

    backgroundColor

    Declaration
    public readonly Color backgroundColor
    Field Value
    Type Description
    Color

    children

    Declaration
    public readonly List<Widget> children
    Field Value
    Type Description
    System.Collections.Generic.List<Widget>

    initiallyExpanded

    Declaration
    public readonly bool initiallyExpanded
    Field Value
    Type Description
    System.Boolean

    leading

    Declaration
    public readonly Widget leading
    Field Value
    Type Description
    Widget

    onExpansionChanged

    Declaration
    public readonly ValueChanged<bool> onExpansionChanged
    Field Value
    Type Description
    ValueChanged<System.Boolean>

    title

    Declaration
    public readonly Widget title
    Field Value
    Type Description
    Widget

    trailing

    Declaration
    public readonly Widget trailing
    Field Value
    Type Description
    Widget

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.createState()
    In This Article
    • Constructors
      • ExpansionTile(Key, Widget, Widget, Color, ValueChanged<Boolean>, List<Widget>, Widget, Boolean)
    • Fields
      • backgroundColor
      • children
      • initiallyExpanded
      • leading
      • onExpansionChanged
      • title
      • trailing
    • Methods
      • createState()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023