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