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

    Class InkResponse

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    InkResponse
    InkWell
    Inherited Members
    StatefulWidget.createElement()
    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 class InkResponse : StatefulWidget

    Constructors

    InkResponse(Key, Widget, GestureTapCallback, GestureTapDownCallback, GestureTapCallback, GestureTapCallback, GestureLongPressCallback, ValueChanged<Boolean>, Boolean, BoxShape, Nullable<Single>, BorderRadius, ShapeBorder, Color, Color, InteractiveInkFeatureFactory)

    Declaration
    public InkResponse(Key key = null, Widget child = null, GestureTapCallback onTap = null, GestureTapDownCallback onTapDown = null, GestureTapCallback onTapCancel = null, GestureTapCallback onDoubleTap = null, GestureLongPressCallback onLongPress = null, ValueChanged<bool> onHighlightChanged = null, bool containedInkWell = false, BoxShape highlightShape = BoxShape.circle, float? radius = default(float? ), BorderRadius borderRadius = null, ShapeBorder customBorder = null, Color highlightColor = null, Color splashColor = null, InteractiveInkFeatureFactory splashFactory = null)
    Parameters
    Type Name Description
    Key key
    Widget child
    GestureTapCallback onTap
    GestureTapDownCallback onTapDown
    GestureTapCallback onTapCancel
    GestureTapCallback onDoubleTap
    GestureLongPressCallback onLongPress
    ValueChanged<System.Boolean> onHighlightChanged
    System.Boolean containedInkWell
    BoxShape highlightShape
    System.Nullable<System.Single> radius
    BorderRadius borderRadius
    ShapeBorder customBorder
    Color highlightColor
    Color splashColor
    InteractiveInkFeatureFactory splashFactory

    Fields

    borderRadius

    Declaration
    public readonly BorderRadius borderRadius
    Field Value
    Type Description
    BorderRadius

    child

    Declaration
    public readonly Widget child
    Field Value
    Type Description
    Widget

    containedInkWell

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

    customBorder

    Declaration
    public readonly ShapeBorder customBorder
    Field Value
    Type Description
    ShapeBorder

    highlightColor

    Declaration
    public readonly Color highlightColor
    Field Value
    Type Description
    Color

    highlightShape

    Declaration
    public readonly BoxShape highlightShape
    Field Value
    Type Description
    BoxShape

    onDoubleTap

    Declaration
    public readonly GestureTapCallback onDoubleTap
    Field Value
    Type Description
    GestureTapCallback

    onHighlightChanged

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

    onLongPress

    Declaration
    public readonly GestureLongPressCallback onLongPress
    Field Value
    Type Description
    GestureLongPressCallback

    onTap

    Declaration
    public readonly GestureTapCallback onTap
    Field Value
    Type Description
    GestureTapCallback

    onTapCancel

    Declaration
    public readonly GestureTapCallback onTapCancel
    Field Value
    Type Description
    GestureTapCallback

    onTapDown

    Declaration
    public readonly GestureTapDownCallback onTapDown
    Field Value
    Type Description
    GestureTapDownCallback

    radius

    Declaration
    public readonly float? radius
    Field Value
    Type Description
    System.Nullable<System.Single>

    splashColor

    Declaration
    public readonly Color splashColor
    Field Value
    Type Description
    Color

    splashFactory

    Declaration
    public readonly InteractiveInkFeatureFactory splashFactory
    Field Value
    Type Description
    InteractiveInkFeatureFactory

    Methods

    createState()

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

    debugCheckContext(BuildContext)

    Declaration
    public virtual bool debugCheckContext(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    System.Boolean

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)

    getRectCallback(RenderBox)

    Declaration
    public virtual RectCallback getRectCallback(RenderBox referenceBox)
    Parameters
    Type Name Description
    RenderBox referenceBox
    Returns
    Type Description
    RectCallback
    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