kDefaultLabel static method

Widget kDefaultLabel(
  1. int index
)

Implementation

static Widget kDefaultLabel(int index) => Text('$index');