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