menu
mapbox_maps_flutter
mapbox_maps_flutter.dart
Snapshotter
getSize method
getSize
dark_mode
light_mode
getSize
method
Future
<
Size
?
>
getSize
(
)
Returns the current snapshot image size.
Implementation
Future<Size?> getSize() => _impl.getSize();
mapbox_maps_flutter
mapbox_maps_flutter
Snapshotter
getSize method
Snapshotter class