DialogConfigs class

Configuration class for customizing the dialog in the editor.

Constructors

DialogConfigs({DialogWidgets widgets = const DialogWidgets(), DialogStyle style = const DialogStyle()})
Creates a new instance of DialogConfigs.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style DialogStyle
Style configuration for dialogs in the editor.
final
widgets DialogWidgets
Widgets used for customizing the dialogs.
final

Methods

copyWith({DialogWidgets? widgets, DialogStyle? style}) DialogConfigs
Creates a copy of this configuration with the 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