CustomInkResponse class

A customizable InkResponse with getRadius, getRect for ink feature.

Note that you can set containedInkWell to true and set highlightShape to BoxShape.rectangle to get a customizable InkWell, or said, CustomInkWell.

Inheritance
Implementers

Constructors

CustomInkResponse({Key? key, Widget? child, GestureTapCallback? onTap, GestureTapDownCallback? onTapDown, GestureTapCallback? onTapCancel, GestureTapCallback? onDoubleTap, GestureLongPressCallback? onLongPress, ValueChanged<bool>? onHighlightChanged, ValueChanged<bool>? onHover, MouseCursor? mouseCursor, bool containedInkWell = false, BoxShape highlightShape = BoxShape.circle, BorderRadius? borderRadius, ShapeBorder? customBorder, Color? focusColor, Color? hoverColor, Color? highlightColor, MaterialStateProperty<Color?>? overlayColor, Color? splashColor, InteractiveInkFeatureFactory? splashFactory, bool enableFeedback = true, bool excludeFromSemantics = false, ValueChanged<bool>? onFocusChange, bool autofocus = false, FocusNode? focusNode, bool canRequestFocus = true, Duration? highlightFadeDuration(HighlightType type)?, double? getRadius(RenderBox referenceBox)?, Rect? getRect(RenderBox referenceBox)?})
const

Properties

autofocus bool
final
borderRadius BorderRadius?
final
canRequestFocus bool
final
child Widget?
final
containedInkWell bool
final
customBorder ShapeBorder?
final
enableFeedback bool
final
excludeFromSemantics bool
final
focusColor Color?
final
focusNode FocusNode?
final
getRadius → (double? Function(RenderBox referenceBox)?)
The target radius getter function for ink highlight and ink feature with RenderBox.
final
getRect → (Rect? Function(RenderBox referenceBox)?)
The clip rect getter function for ink highlight and ink feature with RenderBox.
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
final
highlightFadeDuration → (Duration? Function(HighlightType type)?)
The fade duration function for InkHighlight with given HighlightType.
final
highlightShape BoxShape
final
hoverColor Color?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mouseCursor MouseCursor?
final
onDoubleTap GestureTapCallback?
final
onFocusChange ValueChanged<bool>?
final
onHighlightChanged ValueChanged<bool>?
final
onHover ValueChanged<bool>?
final
onLongPress GestureLongPressCallback?
final
onTap GestureTapCallback?
final
onTapCancel GestureTapCallback?
final
onTapDown GestureTapDownCallback?
final
overlayColor MaterialStateProperty<Color?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
final
splashFactory InteractiveInkFeatureFactory?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<CustomInkResponse>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited