IconDataLight constructor

const IconDataLight(
  1. int codePoint
)

Implementation

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