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