deviceTabletCamera static method
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static PhosphorIconData deviceTabletCamera(
[PhosphorIconsStyle style = PhosphorIconsStyle.regular]) {
switch (style) {
case PhosphorIconsStyle.regular:
return PhosphorIconsRegular.deviceTabletCamera;
case PhosphorIconsStyle.thin:
return PhosphorIconsThin.deviceTabletCamera;
case PhosphorIconsStyle.light:
return PhosphorIconsLight.deviceTabletCamera;
case PhosphorIconsStyle.bold:
return PhosphorIconsBold.deviceTabletCamera;
case PhosphorIconsStyle.fill:
return PhosphorIconsFill.deviceTabletCamera;
case PhosphorIconsStyle.duotone:
return PhosphorIconsDuotone.deviceTabletCamera;
}
}