Home constructor

const Home({
  1. Key? key,
  2. required String title,
  3. GlobalKey<GeoMapWidgetState>? geoMapKey,
})

Implementation

const Home({super.key, required this.title, this.geoMapKey});