Audio constructor
const
Audio({})
Implementation
const Audio({
super.key,
required this.source,
this.defaultText = 'Audio cannot be played.',
this.showControls = true,
this.autoplay = false,
this.loop = false,
this.muted = false,
});