centerOffsetAnimated method
void
centerOffsetAnimated(
- TickerProvider vsync,
- Offset offset, {
- Duration duration = const Duration(milliseconds: 250),
Implementation
void centerOffsetAnimated(TickerProvider vsync, Offset offset,
{Duration duration = const Duration(milliseconds: 250)}) {
final latLng = camera.screenOffsetToLatLng(offset);
centerPointAnimated(vsync, latLng, duration: duration);
}