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