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