stagexl package
documentation
stagexl
BroadcastEvent
captures property
captures
captures
property
Null safety
bool
captures
override
Indicates whether an event is a capturing event.
Implementation
@override bool get captures => false;
stagexl package
documentation
stagexl
BroadcastEvent
captures property
BroadcastEvent class
Constructors
BroadcastEvent
Properties
bubbles
captures
currentTarget
eventPhase
hashCode
isImmediatePropagationStopped
isPropagationStopped
runtimeType
target
type
Methods
dispatch
noSuchMethod
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==