bluetoothX property

AppIconData get bluetoothX

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

Implementation

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