GeopointInput constructor
const
GeopointInput({
- Key? key,
- required GeoPointEditingController controller,
- dynamic onGeoPointChanged(
- GeoPoint
- String hintText = "",
- required GeoService geoService,
Implementation
const GeopointInput({
super.key,
required this.controller,
this.onGeoPointChanged,
this.hintText = "",
required this.geoService,
});