MdTableRow constructor

const MdTableRow({
  1. required List<MdTableCell> cells,
})

Implementation

const MdTableRow({required this.cells});