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