bluetoothSlash property

AppIconData get bluetoothSlash

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

Implementation

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