editorMaxScale property

double editorMaxScale
final

The maximum scale factor for the editor.

This value determines the highest level of zoom that can be applied to the editor content. It only has an effect when editorIsZoomable is set to true. If editorIsZoomable is false, this value is ignored.

Default value is 5.0.

Implementation

final double editorMaxScale;