bluetooth property

AppIconData get bluetooth

regular: bluetooth thin: bluetooth light: bluetooth bold: bluetooth fill: bluetooth duotone: bluetooth

Implementation

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