TableCell constructor

TableCell({
  1. List<GameObject> objects = const [],
  2. List<BoardTile> tiles = const [],
  3. CellMergeStrategy? merge,
})

Implementation

TableCell({this.objects = const [], this.tiles = const [], this.merge});