MainEditorConfigs class

Configuration options for a main editor.

Constructors

MainEditorConfigs({bool editorIsZoomable = false, double editorMinScale = 1.0, double editorMaxScale = 5.0})
Creates an instance of MainEditorConfigs with optional settings.
const

Properties

editorIsZoomable bool
Indicates whether the editor supports zoom functionality.
final
editorMaxScale double
The maximum scale factor for the editor.
final
editorMinScale double
The minimum scale factor for the editor.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited