ImageEditorConvertedConfigs mixin
A mixin providing access to converted configurations from ProImageEditorConfigs.
Properties
- blurEditorConfigs → BlurEditorConfigs
-
Returns the configuration options for the blur editor.
no setter
- configs → ProImageEditorConfigs
-
Returns the main configuration options for the editor.
no setter
- cropRotateEditorConfigs → CropRotateEditorConfigs
-
Returns the configuration options for the crop and rotate editor.
no setter
- customWidgets → ImageEditorCustomWidgets
-
Returns custom widget configurations for the image editor.
no setter
- designMode → ImageEditorDesignModeE
-
Returns the design mode for the image editor.
no setter
- emojiEditorConfigs → EmojiEditorConfigs
-
Returns the configuration options for the emoji editor.
no setter
- filterEditorConfigs → FilterEditorConfigs
-
Returns the configuration options for the filter editor.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- helperLines → HelperLines
-
Returns helper lines configurations for the image editor.
no setter
- heroTag → String
-
Returns the hero tag used in the image editor.
no setter
- i18n → I18n
-
Returns the internationalization settings for the image editor.
no setter
- icons → ImageEditorIcons
-
Returns the icons used in the image editor.
no setter
- imageEditorTheme → ImageEditorTheme
-
Returns the theme settings for the image editor.
no setter
- imageGenerationConfigs → ImageGenerationConfigs
-
Gets the configurations related to image generation.
no setter
- isMaterial → bool
-
Indicates if the design mode is material. Otherwise the design mode is
cupertino.
no setter
- layerInteraction → LayerInteraction
-
Returns layerInteraction configurations for the image editor.
no setter
- mainEditorConfigs → MainEditorConfigs
-
Returns the configuration options for the main editor.
no setter
- paintEditorConfigs → PaintEditorConfigs
-
Returns the configuration options for the paint editor.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateHistoryConfigs → StateHistoryConfigs
-
Gets the configurations related to state history management.
no setter
- stickerEditorConfigs → StickerEditorConfigs?
-
Returns the configuration options for the sticker editor.
no setter
- textEditorConfigs → TextEditorConfigs
-
Returns the configuration options for the text editor.
no setter
- tuneEditorConfigs → TuneEditorConfigs
-
Returns the configuration options for the tune editor.
no setter
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