pause property

Widget pause
final

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;