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