build method
Describes the part of the UI represented by this widget.
Implementation
@override
Widget build(BuildContext context) {
return _SelectableRenderedText(
text: MarkdownText(
data: data,
options: options,
textStyle: textStyle,
softWrap: softWrap,
maxWidth: maxWidth,
).view().toString(),
controller: controller,
selectionHighlightStyle: selectionHighlightStyle,
);
}