zoom property

num? get zoom

Implementation

num? get zoom => _getZoom();
set zoom (num? zoom)

Implementation

set zoom(num? zoom) => _setZoom(zoom);