TableCell constructor
- List<
GameObject> objects = const [], - List<
BoardTile> tiles = const [], - CellMergeStrategy? merge,
Implementation
TableCell({this.objects = const [], this.tiles = const [], this.merge});
TableCell({this.objects = const [], this.tiles = const [], this.merge});