TMapPinning constructor
const
TMapPinning({
- Key? key,
- String? placeholder,
- required String label,
- TextEditingController? addressController,
- LatLng? initialCoordinates,
- ValueChanged<
LatLng> ? onCoordinatesChanged, - ValueChanged<
String> ? onAddressChanged, - bool disabled = false,
- String? tag,
- String? helperText,
- bool isRequired = false,
- String? info,
- bool clearable = false,
- TInputFieldTheme? theme,
- VoidCallback? onTap,
- VoidCallback? onShow,
- VoidCallback? onHide,
- String? googleMapApiKey,
- TLoadListener<
TPlaceResult> ? onLoad,
Implementation
const TMapPinning({
super.key,
this.placeholder,
required this.label,
this.addressController,
this.initialCoordinates,
this.onCoordinatesChanged,
this.onAddressChanged,
this.disabled = false,
this.tag,
this.helperText,
this.isRequired = false,
this.info,
this.clearable = false,
this.theme,
this.onTap,
this.onShow,
this.onHide,
this.googleMapApiKey,
this.onLoad,
});