Class ExpansionPanelList | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class ExpansionPanelList

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    ExpansionPanelList
    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 ExpansionPanelList : StatefulWidget

    Constructors

    ExpansionPanelList(Key, List<ExpansionPanel>, ExpansionPanelCallback, Nullable<TimeSpan>)

    Declaration
    public ExpansionPanelList(Key key = null, List<ExpansionPanel> children = null, ExpansionPanelCallback expansionCallback = null, TimeSpan? animationDuration = default(TimeSpan? ))
    Parameters
    Type Name Description
    Key key
    List<ExpansionPanel> children
    ExpansionPanelCallback expansionCallback
    Nullable<TimeSpan> animationDuration

    Fields

    _allowOnlyOnePanelOpen

    Declaration
    public readonly bool _allowOnlyOnePanelOpen
    Field Value
    Type Description
    Boolean

    animationDuration

    Declaration
    public readonly TimeSpan animationDuration
    Field Value
    Type Description
    TimeSpan

    children

    Declaration
    public readonly List<ExpansionPanel> children
    Field Value
    Type Description
    List<ExpansionPanel>

    expansionCallback

    Declaration
    public readonly ExpansionPanelCallback expansionCallback
    Field Value
    Type Description
    ExpansionPanelCallback

    initialOpenPanelValue

    Declaration
    public readonly object initialOpenPanelValue
    Field Value
    Type Description
    Object

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.createState()

    radio(Key, List<ExpansionPanelRadio>, ExpansionPanelCallback, Nullable<TimeSpan>, Object)

    Declaration
    public static ExpansionPanelList radio(Key key = null, List<ExpansionPanelRadio> children = null, ExpansionPanelCallback expansionCallback = null, TimeSpan? animationDuration = default(TimeSpan? ), object initialOpenPanelValue = null)
    Parameters
    Type Name Description
    Key key
    List<ExpansionPanelRadio> children
    ExpansionPanelCallback expansionCallback
    Nullable<TimeSpan> animationDuration
    Object initialOpenPanelValue
    Returns
    Type Description
    ExpansionPanelList
    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