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