ForgeRow constructor

ForgeRow({
  1. required List<ForgeCell> cells,
  2. Function? onTap,
})

Implementation

ForgeRow({
  required this.cells,
  this.onTap,
});