MapEventNonRotatedSizeChange constructor

const MapEventNonRotatedSizeChange({
  1. required MapEventSource source,
  2. required CustomPoint<double> previousNonRotatedSize,
  3. required CustomPoint<double> nonRotatedSize,
  4. required LatLng center,
  5. required double zoom,
})

Implementation

const MapEventNonRotatedSizeChange({
  required super.source,
  required CustomPoint<double> previousNonRotatedSize,
  required CustomPoint<double> nonRotatedSize,
  required super.center,
  required super.zoom,
});