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