SubtitleTextView constructor

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

Implementation

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