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