OptimusDialogSize enum

Inheritance

Constructors

OptimusDialogSize()
const

Values

small → const OptimusDialogSize

Intended for short, to the point messages.

Not suitable for dialogs with a lot of UI elements. Mostly used for non-modal dialogs to deliver users a message without preventing them from interacting with the application. Footers in small dialogs use only vertical button groups.

regular → const OptimusDialogSize

The most common dialog size.

Suitable for any content except those with very complex UI.

large → const OptimusDialogSize

Intended for dialogs with complex UI elements (tables, forms with multiple columns, etc.) or large components like images.

It can only be used as a modal dialog with centered position.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<OptimusDialogSize>
A constant List of the values in this enum, in order of their declaration.