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