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