CustomBalloonGoogleMaps constructor
- Key? key,
- required double pinPillPosition,
- required PlacesModel poi,
- required String query,
Implementation
const CustomBalloonGoogleMaps({
super.key,
required this.pinPillPosition,
required this.poi,
required this.query,
});