EditorPreset enum
An editor preset for an existing UI configuration.
- Inheritance
- Available extensions
Values
- design → const EditorPreset
-
Design editor.
- photo → const EditorPreset
-
Photo editor.
- postcard → const EditorPreset
-
Postcard editor.
- apparel → const EditorPreset
-
Apparel editor.
- video → const EditorPreset
-
Video editor. iOS only.
Properties
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
Constants
-
values
→ const List<
EditorPreset> - A constant List of the values in this enum, in order of their declaration.