LatLongSheet constructor
- Key? key,
- required LatLng location,
- required LocationCallback onLocationChanged,
Implementation
const LatLongSheet({
super.key,
required this.location,
required this.onLocationChanged,
});
const LatLongSheet({
super.key,
required this.location,
required this.onLocationChanged,
});