Modal class abstract

An ADT that can be injected by content that lives within a modal.

Implementers

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
hidden bool
Whether the modal is temporarily hidden.
getter/setter pair
onClose Stream<AsyncAction?>
Events that fires before making visible false.
no setter
onOpen Stream<AsyncAction?>
Events that fire before making visible true.
no setter
onVisibleChanged Stream<bool>
Events that fire when visible changes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shieldClick Stream<void>
A stream of click events on the modal.
no setter
visible bool
Whether the modal is visible in the DOM.
no setter

Methods

close() Future<bool>
Attempts to close the modal.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<bool>
Attempts to open the modal.
toString() String
A string representation of this object.
inherited

Operators

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