BPCell constructor Null safety

BPCell(
  1. BPItem item,
  2. {bool eraseBottom = false}
)

Implementation

BPCell(this.item, {this.eraseBottom = false});