MapEventNonRotatedSizeChange constructor

const MapEventNonRotatedSizeChange({
  1. required MapEventSource source,
  2. required MapCamera oldCamera,
  3. required MapCamera camera,
})

Create a new map event that represents that the widget size has changed.

Implementation

const MapEventNonRotatedSizeChange({
  required super.source,
  required super.oldCamera,
  required super.camera,
});