DialogController class abstract

Constructors

DialogController()
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

Methods

hide() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({required Widget title, required Widget content, bool isDismissible = true, List<OptimusDialogAction> actions = const [], OptimusDialogSize size = OptimusDialogSize.regular, bool rootOverlay = false}) → void
showInline({required GlobalKey<State<StatefulWidget>> anchorKey, required Widget content, List<OptimusDialogAction> actions = const [], bool rootOverlay = false}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited