FlutterGooglePlacesWeb constructor
FlutterGooglePlacesWeb({
- Key? key,
- required String apiKey,
- String? proxyURL,
- int? offset,
- String? components,
- bool sessionToken = true,
- InputDecoration? decoration,
- required bool required,
- TextEditingController? controller,
Implementation
FlutterGooglePlacesWeb({
Key? key,
required this.apiKey,
this.proxyURL,
this.offset,
this.components,
this.sessionToken = true,
this.decoration,
required this.required,
this.controller,
});