moveAndZoom property

IconData moveAndZoom
final

The icon used for moving and zooming within the editor.

This icon appears in the editor bottombar.

When in the PaintEditorConfigs the config editorIsZoomable is set to true, this icon will be displayed, allowing users to interact with the editor's zoom and move features. If editorIsZoomable is set to false, the icon will be hidden.

Implementation

final IconData moveAndZoom;