BuildingExplorer constructor
- required BuildingExplorerController buildingExplorerControllerProvider(),
- VoidCallback? onClose,
- Key? key,
Creates a BuildingExplorer widget for use in a widget tree. The constructor requires a BuildingExplorerController and an optional onClose callback.
Implementation
const BuildingExplorer({
required this.buildingExplorerControllerProvider,
this.onClose,
super.key,
});