zoom property

num? zoom

Implementation

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

Implementation

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