build method
Describes the part of the UI represented by this widget.
Implementation
@override
Widget build(BuildContext context) {
return _SelectableRenderedText(
text: _renderPlainText(
data,
style: style,
textAlign: textAlign,
softWrap: softWrap,
overflow: overflow,
maxWidth: maxWidth,
),
controller: controller,
selectionHighlightStyle: selectionHighlightStyle,
);
}