getBounds method
Returns the current camera bounds.
When no bounds constraint is set, the returned CameraBounds.bounds
has infiniteBounds: true.
Implementation
Future<CameraBounds> getBounds() => _impl.getBounds();
Returns the current camera bounds.
When no bounds constraint is set, the returned CameraBounds.bounds
has infiniteBounds: true.
Future<CameraBounds> getBounds() => _impl.getBounds();