CaptionLayoutEntity constructor

const CaptionLayoutEntity({
  1. String layoutDirection = 'row',
  2. CaptionEntity? mainCaption,
  3. CaptionEntity? subCaption,
})

Implementation

const CaptionLayoutEntity({
  this.layoutDirection = 'row',
  this.mainCaption,
  this.subCaption,
});