createRows property

List<Widget> Function(T data, int index) createRows
getter/setter pair

function which will crate rows of the table (check example for more details)

Implementation

List<Widget> Function(T data, int index) createRows;