AdaptiveDialog class
Manage common adaptive_dialog settings, etc.
Properties
- cachedAccentColor → Color?
-
read-only
- defaultStyle → AdaptiveStyle
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- macOS → AdaptiveDialogMacOSConfiguration
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
cacheAccentColor(
Color color) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateConfiguration(
{AdaptiveStyle? defaultStyle, AdaptiveDialogMacOSConfiguration? macOS}) → void - Update default configuration
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AdaptiveDialog
-
read-only