ModalController class

Constructors

ModalController()

Properties

hashCode int
The hash code for this object.
no setterinherited
modalPanel ModalPanel
getter/setter pair
onClick Stream<MouseEvent>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
fireModalClick(MouseEvent event) → void
init({String selector = 'body'}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showModal(Component component, {int? top, int? left, int? bottom, int? right, double shading = 0.75}) → void
toString() String
A string representation of this object.
inherited

Operators

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