ButlerRow constructor

ButlerRow({
  1. required List<ButlerCell> cells,
})

Implementation

ButlerRow({
  required this.cells,
});