models/editor_configs/pro_image_editor_configs library

Classes

BlurEditorConfigs
Configuration options for a blur editor.
CategoryEmoji
Container for Category and their emoji
CropRotateEditorConfigs
Configuration options for a crop and rotate editor.
EmojiEditorConfigs
Configuration options for an emoji editor.
FilterEditorConfigs
Configuration options for a filter editor.
HelperLines
The HelperLines class defines the settings for displaying helper lines in the image editor. Helper lines are used to guide users in positioning and rotating layers.
LayerInteraction
Represents the interaction behavior for a layer.
PaintEditorConfigs
Configuration options for a paint editor.
ProImageEditorConfigs
A class representing configuration options for the Image Editor.
StickerEditorConfigs
Configuration options for a sticker editor.
TextEditorConfigs
Configuration options for a text editor.

Enums

LayerInteractionSelectable
Enumerates the different selectability states for a layer.

Constants

defaultEmojiSet → const List<CategoryEmoji>
List of categories of emojis

Typedefs

BuildStickers = Widget Function(dynamic setLayer(Widget))
EditorBoxConstraintsBuilder = BoxConstraints? Function(BuildContext context, ProImageEditorConfigs configs)
Creates custom BoxConstraints to use when displaying editors in modal bottom sheets.