IconDataBrands constructor

const IconDataBrands(
  1. int codePoint
)

Implementation

const IconDataBrands(int codePoint)
    : super(
        codePoint,
        fontFamily: 'FontAwesomeBrands',
        fontPackage: 'font_awesome_flutter',
      );