DisplayRow constructor

DisplayRow({
  1. required String fixedCell,
  2. required Iterable<DisplayCell> cells,
})

Implementation

DisplayRow({required this.fixedCell, required this.cells});