LocationInput constructor
const
LocationInput({
- required TextEditingController controller,
- Key? key,
- required ValueChanged<
String> onChange,
Implementation
const LocationInput({
required this.controller,
Key? key,
required this.onChange,
}) : super(key: key);