ClosedCaption constructor
Creates a a new closed caption, designed to be used with VideoPlayerValue.caption.
If text
is null or empty, nothing will be displayed.
Implementation
const ClosedCaption({super.key, this.text, this.textStyle});
Creates a a new closed caption, designed to be used with VideoPlayerValue.caption.
If text
is null or empty, nothing will be displayed.
const ClosedCaption({super.key, this.text, this.textStyle});