FlutterGooglePlacesWeb constructor

FlutterGooglePlacesWeb({
  1. Key? key,
  2. required String apiKey,
  3. String? proxyURL,
  4. int? offset,
  5. String? components,
  6. bool sessionToken = true,
  7. InputDecoration? decoration,
  8. required bool required,
})

Implementation

FlutterGooglePlacesWeb({Key? key, required this.apiKey, this.proxyURL, this.offset, this.components, this.sessionToken = true, this.decoration, required this.required});