SubtitleTextView constructor

const SubtitleTextView({
  1. Key? key,
  2. TextStyle? textStyle,
  3. Color? backgroundColor,
})

Implementation

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