'How to find UI widget for just_audio flutter

i am using just_audi plugin but cannot find the following in their docs

enter image description here

also pause method , resume , buffering progress ..

where could i find these UI's widget

any links or docs most welcome thanks



Solution 1:[1]

Generally these icons and UI components are included in Material components

The pause icon is like

Icon(Icons.pause) etc...

Here you can find a huge list of icons https://api.flutter.dev/flutter/material/Icons-class.html and also a lot of Material UI components https://docs.flutter.dev/development/ui/widgets/material

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Csisanyi