SuperTextFieldLaunchLinkTapHandler class
A SuperTextFieldTapHandler that opens links when the user taps text with a LinkAttribution.
- Inheritance
-
- Object
- SuperTextFieldTapHandler
- SuperTextFieldLaunchLinkTapHandler
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
mouseCursorForContentHover(
SuperTextFieldGestureDetails details) → MouseCursor? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDoubleTapCancel(
) → TapHandlingInstruction -
inherited
-
onDoubleTapDown(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
inherited
-
onDoubleTapUp(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
inherited
-
onSecondaryTapCancel(
) → TapHandlingInstruction -
inherited
-
onSecondaryTapDown(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
inherited
-
onSecondaryTapUp(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
inherited
-
onTapCancel(
) → TapHandlingInstruction -
inherited
-
onTapDown(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
inherited
-
onTapUp(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
override
-
onTripleTapCancel(
) → TapHandlingInstruction -
inherited
-
onTripleTapDown(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
inherited
-
onTripleTapUp(
SuperTextFieldGestureDetails details) → TapHandlingInstruction -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited