'How to find UI widget for just_audio flutter
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 |

