DialogWidgets class

Defines customizable widgets for the dialog in the editor.

Constructors

DialogWidgets({Widget loadingDialog(String message, ProImageEditorConfigs configs)?})
Creates a new instance of DialogWidgets.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
loadingDialog Widget Function(String message, ProImageEditorConfigs configs)?
Replace the existing loading dialog.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Widget loadingDialog(String message, ProImageEditorConfigs configs)?}) DialogWidgets
Creates a copy of this widget configuration with specified overrides.
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