PageTableRow constructor

const PageTableRow({
  1. required List<PageTableCellBase> cells,
})

Page Table Row constructor.

Implementation

const PageTableRow({
  required this.cells,
}) : super._();