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