Definition constructor
const
Definition(
- {required TextMatcher matcher,
- ShownTextSelector? shownText,
- ActionTextSelector? actionText,
- SpanBuilder? builder,
- TextStyle? matchStyle,
- TextStyle? tapStyle,
- TextStyle? hoverStyle,
- GestureCallback? onTap,
- GestureCallback? onLongPress,
- GestureCallback? onGesture,
- MouseCursor? mouseCursor}
Implementation
const Definition({
required this.matcher,
this.shownText,
this.actionText,
this.builder,
this.matchStyle,
this.tapStyle,
this.hoverStyle,
this.onTap,
this.onLongPress,
this.onGesture,
this.mouseCursor,
});