SubTitleRenderModelPlayerMsg constructor

SubTitleRenderModelPlayerMsg({
  1. int? canvasWidth,
  2. int? canvasHeight,
  3. String? familyName,
  4. double? fontSize,
  5. double? fontScale,
  6. int? fontColor,
  7. bool? isBondFontStyle,
  8. double? outlineWidth,
  9. int? outlineColor,
  10. double? lineSpace,
  11. double? startMargin,
  12. double? endMargin,
  13. double? verticalMargin,
  14. int? playerId,
})

Implementation

SubTitleRenderModelPlayerMsg({
  this.canvasWidth,
  this.canvasHeight,
  this.familyName,
  this.fontSize,
  this.fontScale,
  this.fontColor,
  this.isBondFontStyle,
  this.outlineWidth,
  this.outlineColor,
  this.lineSpace,
  this.startMargin,
  this.endMargin,
  this.verticalMargin,
  this.playerId,
});