InkWellExtension extension

on

Methods

inkWell({Key? key, GestureTapCallback? onTap, GestureTapDownCallback? onTapDown, GestureTapUpCallback? onTapUp, GestureTapCallback? onTapCancel, GestureTapCallback? onDoubleTap, GestureLongPressCallback? onLongPress, ValueChanged<bool>? onHighlightChanged, ValueChanged<bool>? onHover, MouseCursor? mouseCursor, double? radius, BorderRadius? borderRadius, ShapeBorder? customBorder, Color? focusColor, Color? hoverColor, Color? highlightColor, MaterialStateProperty<Color?>? overlayColor, Color? splashColor, InteractiveInkFeatureFactory? splashFactory, bool excludeFromSemantics = false, bool enableFeedback = true, ValueChanged<bool>? onFocusChange, bool autofocus = false, FocusNode? focusNode, bool canRequestFocus = true}) InkWell
Wrap the widget in InkWell widget.