MapSize constructor

const MapSize({
  1. required double width,
  2. required double height,
})

Creates a new MapSize.

Implementation

const MapSize({required this.width, required this.height});