AnnotatedText constructor
const
AnnotatedText({})
Creates a widget that displays a text with annotations.
Implementation
const AnnotatedText({
required this.text,
required this.actions,
required this.defaultStyle,
required this.annotationStyle,
this.textAlign = TextAlign.start,
super.key,
});