DialogStyle class
Style configuration class for dialogs used in the editor.
Constructors
- DialogStyle({LoadingDialogStyle loadingDialog = const LoadingDialogStyle(), AdaptiveDialogStyle adaptiveDialog = const AdaptiveDialogStyle()})
-
Creates a new instance of DialogStyle.
const
Properties
- adaptiveDialog → AdaptiveDialogStyle
-
Style configuration for adaptive dialogs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadingDialog → LoadingDialogStyle
-
Style configuration for the loading dialog.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{LoadingDialogStyle? loadingDialog, AdaptiveDialogStyle? adaptiveDialog}) → DialogStyle - Creates a copy of this style 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