SubtitleTextView constructor
const
SubtitleTextView({
- required SubtitleStyle subtitleStyle,
- Key? key,
- Color? backgroundColor,
Implementation
const SubtitleTextView({
required this.subtitleStyle,
super.key,
this.backgroundColor,
});