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