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

    Class Stepper

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

    Constructors

    Stepper(List<Step>, Key, StepperType, Int32, ValueChanged<Int32>, VoidCallback, VoidCallback, ControlsWidgetBuilder)

    Declaration
    public Stepper(List<Step> steps, Key key = null, StepperType type = StepperType.vertical, int currentStep = 0, ValueChanged<int> onStepTapped = null, VoidCallback onStepContinue = null, VoidCallback onStepCancel = null, ControlsWidgetBuilder controlsBuilder = null)
    Parameters
    Type Name Description
    List<Step> steps
    Key key
    StepperType type
    Int32 currentStep
    ValueChanged<Int32> onStepTapped
    VoidCallback onStepContinue
    VoidCallback onStepCancel
    ControlsWidgetBuilder controlsBuilder

    Fields

    controlsBuilder

    Declaration
    public readonly ControlsWidgetBuilder controlsBuilder
    Field Value
    Type Description
    ControlsWidgetBuilder

    currentStep

    Declaration
    public readonly int currentStep
    Field Value
    Type Description
    Int32

    onStepCancel

    Declaration
    public readonly VoidCallback onStepCancel
    Field Value
    Type Description
    VoidCallback

    onStepContinue

    Declaration
    public readonly VoidCallback onStepContinue
    Field Value
    Type Description
    VoidCallback

    onStepTapped

    Declaration
    public readonly ValueChanged<int> onStepTapped
    Field Value
    Type Description
    ValueChanged<Int32>

    steps

    Declaration
    public readonly List<Step> steps
    Field Value
    Type Description
    List<Step>

    type

    Declaration
    public readonly StepperType type
    Field Value
    Type Description
    StepperType

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.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