Show/Hide the floor selector, this is called when a building comes into/out of view
@override void show(bool show) { if (_visible != show) { setState(() { _visible = show; }); } }