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

    Class ProgressIndicator

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    ProgressIndicator
    CircularProgressIndicator
    LinearProgressIndicator
    Inherited Members
    StatefulWidget.createElement()
    StatefulWidget.createState()
    Widget.key
    Widget.toStringShort()
    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 abstract class ProgressIndicator : StatefulWidget

    Constructors

    ProgressIndicator(Key, Nullable<Single>, Color, Animation<Color>)

    Declaration
    public ProgressIndicator(Key key = null, float? value = default(float? ), Color backgroundColor = null, Animation<Color> valueColor = null)
    Parameters
    Type Name Description
    Key key
    Nullable<Single> value
    Color backgroundColor
    Animation<Color> valueColor

    Fields

    backgroundColor

    Declaration
    public readonly Color backgroundColor
    Field Value
    Type Description
    Color

    value

    Declaration
    public readonly float? value
    Field Value
    Type Description
    Nullable<Single>

    valueColor

    Declaration
    public readonly Animation<Color> valueColor
    Field Value
    Type Description
    Animation<Color>

    Methods

    _getBackgroundColor(BuildContext)

    Declaration
    public Color _getBackgroundColor(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    Color

    _getValueColor(BuildContext)

    Declaration
    public Color _getValueColor(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    Color

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)
    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