EbuTtDDestinationSettings constructor

EbuTtDDestinationSettings({
  1. EbuTtDFillLineGapControl? fillLineGap,
  2. String? fontFamily,
  3. EbuTtDDestinationStyleControl? styleControl,
})

Implementation

EbuTtDDestinationSettings({
  this.fillLineGap,
  this.fontFamily,
  this.styleControl,
});