none constant

TextCaption const none

A no text caption object. This is a caption with start and end durations of zero, and an empty text string.

Implementation

static const TextCaption none = TextCaption(
  number: 0,
  start: Duration.zero,
  end: Duration.zero,
  text: '',
  subtitleAttributes: <SubtitleAttribute?>[],
);