iconControlPlayer property
Icon for button play that will modify base on playback state.
Implementation
Icon iconControlPlayer = const Icon(
Icons.play_arrow,
color: Colors.white,
);
Icon for button play that will modify base on playback state.
Icon iconControlPlayer = const Icon(
Icons.play_arrow,
color: Colors.white,
);