CaptionEntity constructor
CaptionEntity({
- String? title,
- bool display = true,
- bool editable = true,
- InputDecorationEntity? inputDecoration,
- ConstrainsEntity? constrains,
- StyleEntity? style,
Implementation
CaptionEntity({
this.title,
this.display = true,
this.editable = true,
this.inputDecoration,
this.constrains,
this.style,
});