toWidget method

Widget toWidget()
inherited

Return a Text widget from toString

Implementation

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