SubtitleTextView constructor

const SubtitleTextView({
  1. required SubtitleStyle subtitleStyle,
  2. Key? key,
  3. Color? backgroundColor,
})

Implementation

const SubtitleTextView({
  required this.subtitleStyle,
  super.key,
  this.backgroundColor,
});