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