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

    Class RefreshIndicator

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

    Constructors

    RefreshIndicator(Key, Widget, Single, RefreshCallback, Color, Color, ScrollNotificationPredicate)

    Declaration
    public RefreshIndicator(Key key = null, Widget child = null, float displacement = 40F, RefreshCallback onRefresh = null, Color color = null, Color backgroundColor = null, ScrollNotificationPredicate notificationPredicate = null)
    Parameters
    Type Name Description
    Key key
    Widget child
    Single displacement
    RefreshCallback onRefresh
    Color color
    Color backgroundColor
    ScrollNotificationPredicate notificationPredicate

    Fields

    backgroundColor

    Declaration
    public readonly Color backgroundColor
    Field Value
    Type Description
    Color

    child

    Declaration
    public readonly Widget child
    Field Value
    Type Description
    Widget

    color

    Declaration
    public readonly Color color
    Field Value
    Type Description
    Color

    displacement

    Declaration
    public readonly float displacement
    Field Value
    Type Description
    Single

    notificationPredicate

    Declaration
    public readonly ScrollNotificationPredicate notificationPredicate
    Field Value
    Type Description
    ScrollNotificationPredicate

    onRefresh

    Declaration
    public readonly RefreshCallback onRefresh
    Field Value
    Type Description
    RefreshCallback

    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