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