FaIcon constructor

const FaIcon(
  1. IconData? icon, {
  2. Key? key,
  3. double? size,
  4. double? fill,
  5. double? weight,
  6. double? grade,
  7. double? opticalSize,
  8. Color? color,
  9. List<Shadow>? shadows,
  10. String? semanticLabel,
  11. TextDirection? textDirection,
  12. bool? applyTextScaling,
  13. BlendMode? blendMode,
  14. FontWeight? fontWeight,
})

Creates an icon.

Implementation

const FaIcon(
  super.icon, {
  super.key,
  super.size,
  super.fill,
  super.weight,
  super.grade,
  super.opticalSize,
  super.color,
  super.shadows,
  super.semanticLabel,
  super.textDirection,
  super.applyTextScaling,
  super.blendMode,
  super.fontWeight,
});