menu
iconoir_flutter package
documentation
regular/download.dart
Download
Download const constructor
Download const constructor
dark_mode
light_mode
Download
constructor
const
Download
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Download({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/download
Download
Download const constructor
Download class