Class InkWell
Inheritance
System.Object
InkWell
Inherited Members
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 |