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