BurnInDestinationSettings constructor
BurnInDestinationSettings({
- BurnInAlignment? alignment,
- BurnInBackgroundColor? backgroundColor,
- int? backgroundOpacity,
- InputLocation? font,
- BurnInFontColor? fontColor,
- int? fontOpacity,
- int? fontResolution,
- String? fontSize,
- BurnInOutlineColor? outlineColor,
- int? outlineSize,
- BurnInShadowColor? shadowColor,
- int? shadowOpacity,
- int? shadowXOffset,
- int? shadowYOffset,
- BurnInTeletextGridControl? teletextGridControl,
- int? xPosition,
- int? yPosition,
Implementation
BurnInDestinationSettings({
this.alignment,
this.backgroundColor,
this.backgroundOpacity,
this.font,
this.fontColor,
this.fontOpacity,
this.fontResolution,
this.fontSize,
this.outlineColor,
this.outlineSize,
this.shadowColor,
this.shadowOpacity,
this.shadowXOffset,
this.shadowYOffset,
this.teletextGridControl,
this.xPosition,
this.yPosition,
});