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