textTrackCue top-level property

dynamic get textTrackCue

TextTrackCues represent a string of text that will be displayed for some duration of time on a TextTrack. This includes the start and end times that the cue will be displayed. A TextTrackCue cannot be used directly, instead one of the derived types (e.g. VTTCue) must be used.

MDN Reference

Implementation

_i2.dynamic get textTrackCue => _i4.getProperty(
      _self,
      'TextTrackCue',
    );