menu
flutter_screenshot_google_street_view package
documentation
flutter_screenshot_google_street_view.dart
StreetViewConfig
StreetViewConfig const constructor
StreetViewConfig const constructor
dark_mode
light_mode
StreetViewConfig
constructor
const
StreetViewConfig
(
{
required
String
apiKey
,
int
imageWidth
=
600
,
int
imageHeight
=
300
,
})
Implementation
const StreetViewConfig({ required this.apiKey, this.imageWidth = 600, this.imageHeight = 300, });
flutter_screenshot_google_street_view package
documentation
flutter_screenshot_google_street_view
StreetViewConfig
StreetViewConfig const constructor
StreetViewConfig class