none constant
        
        Caption
        const none
        
      
      
A no caption object. This is a caption with start and end durations of zero, and an empty text string.
Implementation
static const Caption none = Caption(
  number: 0,
  start: Duration.zero,
  end: Duration.zero,
  text: '',
);