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