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