WorldExplorerScreen constructor
- {Key? key,
- FilterState? filterState,
- MapPosition? initialPosition}
Implementation
const WorldExplorerScreen(
{super.key, this.filterState, this.initialPosition});
const WorldExplorerScreen(
{super.key, this.filterState, this.initialPosition});