FaIcon constructor
const
FaIcon(})
Creates an icon.
The size
and color
default to the value given by the current IconTheme.
Implementation
const FaIcon(
this.icon, {
super.key,
this.size,
this.color,
this.semanticLabel,
this.textDirection,
this.shadows,
});