ModalManagerModel class

Constructors

ModalManagerModel(Widget child)

Properties

child Widget
final
hashCode int
The hash code for this object.
no setterinherited
modals List<ModalView?>
final
parking List<ModalView?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ModalManagerViewState?
getter/setter pair

Methods

bringToFront(Widget widget) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
park(ModalView modal) int?
refresh() → void
toString() String
A string representation of this object.
inherited
unpark(ModalView modal) → void

Operators

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