toWidget method

Widget toWidget()

Return a Text widget from toString

Implementation

Widget toWidget() => Text(toString());