fitMode property

void fitMode=(String value)

The default zoom level of the viewer.

The value is given as one of the FitModes constants. Defaults to FitModes.fitWidth.

Implementation

set fitMode(String value) => _fitMode = value;