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