pause property
It is the icon that will have the pause of the progress bar and also the one that appears in the middle of the screen
DEFAULT:
Icon(Icons.pause, color: Colors.white);
Implementation
final Widget pause;
It is the icon that will have the pause of the progress bar and also the one that appears in the middle of the screen
DEFAULT:
Icon(Icons.pause, color: Colors.white);
final Widget pause;