enterEvent constant
Static factory designed to expose enter
events to event
handlers that are not necessarily instances of TextTrackCue.
See EventStreamProvider for usage information.
Implementation
static const EventStreamProvider<Event> enterEvent =
const EventStreamProvider<Event>('enter');