HypertextTextSpan constructor
HypertextTextSpan({
- String? text,
- List<
InlineSpan> ? children, - TextStyle? style,
- GestureRecognizer? recognizer,
- MouseCursor? mouseCursor,
- PointerEnterEventListener? onEnter,
- PointerExitEventListener? onExit,
- String? semanticsLabel,
- Locale? locale,
- bool? spellOut,
Implementation
HypertextTextSpan({
super.text,
super.children,
super.style,
super.recognizer,
super.mouseCursor,
super.onEnter,
super.onExit,
super.semanticsLabel,
super.locale,
super.spellOut,
});