azInkWell method

AzInkWell azInkWell()

Implementation

AzInkWell azInkWell() => AzInkWell(child).internalUseOfAz(
  thisOnTap: onTap,
  // void Function()? onDoubleTap,
  // void Function()? onLongPress,
  // void Function(TapDownDetails)? onTapDown,
  // void Function(TapUpDetails)? onTapUp,
  // void Function()? onTapCancel,
  // void Function()? onSecondaryTap,
  // void Function(TapUpDetails)? onSecondaryTapUp,
  // void Function(TapDownDetails)? onSecondaryTapDown,
  // void Function()? onSecondaryTapCancel,
  // void Function(bool)? onHighlightChanged,
  // void Function(bool)? onHover,
  // MouseCursor? mouseCursor,
  // Color? focusColor,
  // Color? hoverColor,
  // Color? highlightColor,
  // MaterialStateProperty<Color?>? overlayColor,
  // Color? splashColor,
  // InteractiveInkFeatureFactory? splashFactory,
  // double? radius,
  thisBorderRadius: borderRadius,
  // ShapeBorder? customBorder,
  // bool? enableFeedback = true,
  // bool excludeFromSemantics = false,
  // FocusNode? focusNode,
  // bool canRequestFocus = true,
  // void Function(bool)? onFocusChange,
  // bool autofocus = false,
  // MaterialStatesController? statesController,
);