editorIsZoomable property

bool editorIsZoomable
final

Indicates whether the editor supports zoom functionality.

When set to true, the editor allows users to zoom in and out, providing enhanced accessibility and usability, especially on smaller screens or for users with visual impairments. If set to false, the zoom functionality is disabled, and the editor's content remains at a fixed scale.

Default value is false.

Implementation

final bool editorIsZoomable;