BPRow constructor Null safety

BPRow(
  1. List<BPCell> cells,
  2. BackPanel panel
)

Implementation

BPRow(this.cells, this.panel);