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