iconDownloader property
Icon for button download that will modify base on download state.
Implementation
Icon iconDownloader = const Icon(
Icons.arrow_downward,
color: Colors.white,
);
Icon for button download that will modify base on download state.
Icon iconDownloader = const Icon(
Icons.arrow_downward,
color: Colors.white,
);