Content constructor

Content({
  1. Detail? preview,
  2. Detail? detail,
})

Implementation

Content({
  this.preview,
  this.detail,
});