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