CaptionLayoutEntity constructor
const
CaptionLayoutEntity({
- String layoutDirection = 'row',
- CaptionEntity? mainCaption,
- CaptionEntity? subCaption,
Implementation
const CaptionLayoutEntity({
this.layoutDirection = 'row',
this.mainCaption,
this.subCaption,
});