PopupEvents class abstract

A partial that implements the events of PopupInterface with new emitter.

Example use: class MyPopupComponent extends PopupEvents implements PopupInterface {}

Implementers

Constructors

PopupEvents()

Properties

hashCode int
The hash code for this object.
no setterinherited
onClose Stream<void>
no setter
onCloseController StreamController<void>
final
onOpen Stream<void>
no setter
onOpenController StreamController<void>
final
onVisible Stream<bool>
no setter
onVisibleController StreamController<bool>
final
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