const MapTile({ Key? key, required this.keyName, required this.items, this.expanded = false, required this.depth, }) : super(key: key);