iconDownloader property

Icon iconDownloader
getter/setter pair

Icon for button download that will modify base on download state.

Implementation

Icon iconDownloader = const Icon(
  Icons.arrow_downward,
  color: Colors.white,
);