TableCell constructor

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

Implementation

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