size property Null safety

Size? size
read / write

The size to resize the map object and renderer backend. The size is given in platform pixel units. macOS and iOS platforms use device-independent pixel units, while other platforms, such as Android, use screen pixel units.

Implementation

Size? size;