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