LocationPickerControl constructor
const
LocationPickerControl({
- Key? key,
- required FormValueChanged<
IPhysicalLocation> onChange, - required IPhysicalLocation initialValue,
- bool? enabled,
- Set<
String> ? locationTypes,
Implementation
const LocationPickerControl({
Key? key,
required this.onChange,
required this.initialValue,
this.enabled,
this.locationTypes,
}) : super(key: key);