toWidget method

Widget toWidget(
  1. int? value
)

Implementation

Widget toWidget(int? value) => toLabel(value).text();