menu
theoplayer_platform_interface package
documentation
track/texttrack/theoplayer_texttrack_impl.dart
CueImpl
CueImpl constructor
CueImpl constructor
dark_mode
light_mode
CueImpl
constructor
CueImpl
(
String
id
,
int
uid
,
double
startTime
,
double
_endTime
,
String
_content
,
)
Implementation
CueImpl(super.id, super.uid, super.startTime, this._endTime, this._content);
theoplayer_platform_interface package
documentation
track/texttrack/theoplayer_texttrack_impl
CueImpl
CueImpl constructor
CueImpl class