tableRow property
TableRow
get
tableRow
Implementation
TableRow get tableRow => TableRow(
children: [lazy.tableCell(child: label), lazy.tableCell(child: button)]);
TableRow get tableRow => TableRow(
children: [lazy.tableCell(child: label), lazy.tableCell(child: button)]);