CustomMapPage constructor
Creates a CustomMapPage with configurable map features.
Implementation
const CustomMapPage({
Key? key,
required this.title,
required this.markers,
this.showPolyline = false,
this.onBack,
this.fallbackPosition,
this.showUserLocation = true,
}) : super(key: key);