RowBean constructor

RowBean({
  1. required List<CellBean> cells,
  2. List<int> flex = const [],
})

Implementation

RowBean({required this.cells, this.flex = const []});