MediaFullscreenChangeEvent class Adding data to your events Media events Tracking events

Media player event fired immediately after the browser switches into or out of full-screen mode.

Implemented types
Annotations

Constructors

MediaFullscreenChangeEvent({required bool fullscreen})
const

Properties

fullscreen bool
Whether the video element is fullscreen after the change.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

endpoint() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
override
toString() String
A string representation of this object.
inherited

Operators

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