none constant

PictureCaption const none

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

Implementation

static const PictureCaption none = PictureCaption(
  number: 0,
  start: Duration.zero,
  end: Duration.zero,
  pictureWidth: 0.0,
  pictureHeight: 0.0,
);