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