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