enableZoom property
Indicates whether the editor supports zoom functionality.
When set to true
, the editor allows users to zoom in and out. If set to
false
, the content remains at a fixed scale.
Implementation
final bool enableZoom;
Indicates whether the editor supports zoom functionality.
When set to true
, the editor allows users to zoom in and out. If set to
false
, the content remains at a fixed scale.
final bool enableZoom;