background property
It is the background color that the play and pause icons will have
DEFAULT:
Color(0xFF295acc).withOpacity(0.8);
Implementation
final Color background;
It is the background color that the play and pause icons will have
DEFAULT:
Color(0xFF295acc).withOpacity(0.8);
final Color background;