chalkboardSimple property

AppIconData get chalkboardSimple

regular: chalkboard-simple thin: chalkboard-simple light: chalkboard-simple bold: chalkboard-simple fill: chalkboard-simple duotone: chalkboard-simple

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;
  }
}