DisplayRow constructor
DisplayRow({
- required String fixedCell,
- required Iterable<
DisplayCell> cells,
Implementation
DisplayRow({required this.fixedCell, required this.cells});