SubtitlePositionConfig constructor

const SubtitlePositionConfig({
  1. double? bottom = 0,
  2. double? left = 0,
  3. double? right = 0,
})

Implementation

const SubtitlePositionConfig({
  this.bottom = 0,
  this.left = 0,
  this.right = 0,
});