folderOpen property
AppIconData
get
folderOpen
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static AppIconData get folderOpen {
switch (AppIcons.defaultStyle) {
case AppIconsStyle.regular:
return AppIconsRegular.folderOpen;
case AppIconsStyle.thin:
return AppIconsThin.folderOpen;
case AppIconsStyle.light:
return AppIconsLight.folderOpen;
case AppIconsStyle.bold:
return AppIconsBold.folderOpen;
case AppIconsStyle.fill:
return AppIconsFill.folderOpen;
case AppIconsStyle.duotone:
return AppIconsDuotone.folderOpen;
}
}