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

    Class InkWell

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    InkResponse
    InkWell
    Inherited Members
    InkResponse.child
    InkResponse.onTap
    InkResponse.onTapDown
    InkResponse.onTapCancel
    InkResponse.onDoubleTap
    InkResponse.onLongPress
    InkResponse.onHighlightChanged
    InkResponse.containedInkWell
    InkResponse.highlightShape
    InkResponse.radius
    InkResponse.borderRadius
    InkResponse.customBorder
    InkResponse.highlightColor
    InkResponse.splashColor
    InkResponse.splashFactory
    InkResponse.getRectCallback(RenderBox)
    InkResponse.debugCheckContext(BuildContext)
    InkResponse.createState()
    InkResponse.debugFillProperties(DiagnosticPropertiesBuilder)
    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 InkWell : InkResponse

    Constructors

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

    Declaration
    public InkWell(Key key = null, Widget child = null, GestureTapCallback onTap = null, GestureTapCallback onDoubleTap = null, GestureLongPressCallback onLongPress = null, GestureTapDownCallback onTapDown = null, GestureTapCancelCallback onTapCancel = null, ValueChanged<bool> onHighlightChanged = null, Color highlightColor = null, Color splashColor = null, InteractiveInkFeatureFactory splashFactory = null, float? radius = default(float? ), BorderRadius borderRadius = null, ShapeBorder customBorder = null)
    Parameters
    Type Name Description
    Key key
    Widget child
    GestureTapCallback onTap
    GestureTapCallback onDoubleTap
    GestureLongPressCallback onLongPress
    GestureTapDownCallback onTapDown
    GestureTapCancelCallback onTapCancel
    ValueChanged<System.Boolean> onHighlightChanged
    Color highlightColor
    Color splashColor
    InteractiveInkFeatureFactory splashFactory
    System.Nullable<System.Single> radius
    BorderRadius borderRadius
    ShapeBorder customBorder
    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