LiveInkWell constructor
const
LiveInkWell({
- Key? key,
- ValueCell<
bool> enabled = const ValueCell.value(true), - ActionCell? tap,
- ActionCell? doubleTap,
- ActionCell? longPress,
- ActionCell? tapCancel,
- MetaCell<
TapDownDetails> ? tapDown, - MetaCell<
TapUpDetails> ? tapUp, - ActionCell? secondaryTap,
- ActionCell? secondaryTapCancel,
- MetaCell<
TapDownDetails> ? secondaryTapDown, - MetaCell<
TapUpDetails> ? secondaryTapUp, - MetaCell<
bool> ? highlighted, - MetaCell<
bool> ? hovered, - MetaCell<
bool> ? focussed, - Widget? child,
- MouseCursor? mouseCursor,
- Color? focusColor,
- Color? hoverColor,
- Color? highlightColor,
- WidgetStateProperty<
Color?> ? overlayColor, - Color? splashColor,
- InteractiveInkFeatureFactory? splashFactory,
- double? radius,
- BorderRadius? borderRadius,
- ShapeBorder? customBorder,
- bool enableFeedback = true,
- bool excludeFromSemantics = false,
- FocusNode? focusNode,
- bool canRequestFocus = true,
- bool autofocus = false,
- WidgetStatesController? statesController,
Implementation
const LiveInkWell({
super.key,
this.enabled = const ValueCell.value(true),
this.tap,
this.doubleTap,
this.longPress,
this.tapCancel,
this.tapDown,
this.tapUp,
this.secondaryTap,
this.secondaryTapCancel,
this.secondaryTapDown,
this.secondaryTapUp,
this.highlighted,
this.hovered,
this.focussed,
this.child,
this.mouseCursor,
this.focusColor,
this.hoverColor,
this.highlightColor,
this.overlayColor,
this.splashColor,
this.splashFactory,
this.radius,
this.borderRadius,
this.customBorder,
this.enableFeedback = true,
this.excludeFromSemantics = false,
this.focusNode,
this.canRequestFocus = true,
this.autofocus = false,
this.statesController,
});