play property

Widget play
final

It is the icon that will have the play of the progress bar and also the one that appears in the middle of the screen

DEFAULT:

 Icon(Icons.play_arrow, color: Colors.white);

Implementation

final Widget play;