PlutoLayoutEventStreamController class

Event controller in PlutoLayout

Listen for events to handle keyboard shortcut events, etc. The received event is handled by listening to the event in the widget that needs event handling.

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

add(PlutoLayoutEvent event) → void
dispose() → void
Dispose the event controller.
listen(void handler(PlutoLayoutEvent)) StreamSubscription<PlutoLayoutEvent>
Register event handlers in widgets that need to handle events.
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