InitialViewportSelector constructor
Implementation
const InitialViewportSelector({
super.key,
required this.lat,
required this.lng,
required this.zoom,
required this.onChanged,
});
const InitialViewportSelector({
super.key,
required this.lat,
required this.lng,
required this.zoom,
required this.onChanged,
});