Track constructor
Track([
- String? value
The <track> HTML element is used
as a child of the media elements, <audio> and <video>.
Read more...
Implementation
Track([super.value]) {
tag = 'track';
}
The <track> HTML element is used
as a child of the media elements, <audio> and <video>.
Read more...
Track([super.value]) {
tag = 'track';
}