bluetoothX property
AppIconData
get
bluetoothX
regular:
thin:
light:
bold:
fill:
duotone:
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;
}
}