StickerEditorConfig class
Constructors
-
StickerEditorConfig.new({EditorStep initialStep = EditorStep.picker, List<
EditorStep> enabledSteps = const [EditorStep.picker, EditorStep.drawer, EditorStep.crop, EditorStep.ready], Color backgroundColor = Colors.black, Widget? customPickerPanel, StickerDrawer? customDrawerPanel, Widget? customCropperPanel, Widget? customReadyPanel, EditorIconConfig iconConfig = const EditorIconConfig()}) -
const
Properties
- backgroundColor → Color
-
final
- customCropperPanel → Widget?
-
final
- customDrawerPanel → StickerDrawer?
-
final
- customPickerPanel → Widget?
-
final
- customReadyPanel → Widget?
-
final
-
enabledSteps
→ List<
EditorStep> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconConfig → EditorIconConfig
-
final
- initialStep → EditorStep
-
final
- 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