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