menu
iconoir_flutter package
documentation
folder.dart
Folder
Folder.new const constructor
Folder.new const constructor
dark_mode
light_mode
Folder
constructor
const
Folder
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Folder({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
folder
Folder
Folder.new const constructor
Folder class