StoryItemModel constructor

const StoryItemModel({
  1. String id = '',
  2. String ownerID = '',
  3. ImageProvider<Object>? imageProvider,
  4. String source = 'gallery',
  5. DateTime? storyTime,
  6. Duration? displayDuration,
})

Implementation

const StoryItemModel({
  this.id = '',
  this.ownerID = '',
  this.imageProvider,
  this.source = 'gallery',
  this.storyTime,
  this.displayDuration,
});