visitText method
Called when a text node has been reached.
If MarkdownWidget.styleSheet has a style of this tag, will passing
to preferredStyle
.
If you needn't build a widget, return null.
Implementation
Widget? visitText(md.Text text, TextStyle? preferredStyle) => null;