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