IconDataLight constructor

const IconDataLight(
  1. int codePoint
)

Implementation

const IconDataLight(super.codePoint)
  : super(
      fontFamily: 'FontAwesomeLight',
      fontPackage: 'font_awesome_flutter',
    );