TappableTextSpan constructor
const
TappableTextSpan({
- required String text,
- VoidCallback? onTap,
- TextStyle? hoverStyle,
- TextStyle? style,
- GestureRecognizer? recognizer,
- MouseCursor? mouseCursor,
- String? semanticsLabel,
Creates a tappable run of text.
Implementation
const TappableTextSpan({
required String super.text,
this.onTap,
this.hoverStyle,
super.style,
super.recognizer,
super.mouseCursor,
super.semanticsLabel,
});