cell static method

Widget cell(
  1. String text, {
  2. int flex = 1,
})

Implementation

static Widget cell(String text, {int flex = 1}) => UTextBodyMedium(text, textAlign: TextAlign.center).expanded(flex: flex);