flutter_html_audio library Null safety
Classes
- AudioWidget
- A widget used for rendering an audio player in the HTML tree
Functions
-
audioMatcher(
) → CustomRenderMatcher -
The CustomRenderMatcher that will match the
<audio>
tag -
audioRender(
{AudioControllerCallback? onControllerCreated}) → CustomRender -
The CustomRender function for the
<audio>
tag
Typedefs
- AudioControllerCallback = void Function(Element?, ChewieAudioController, VideoPlayerController)