IconDataDuotone constructor

const IconDataDuotone(
  1. int codePoint, {
  2. IconData? secondary,
})

Implementation

const IconDataDuotone(int codePoint, {this.secondary})
    : super(
        codePoint,
        fontFamily: 'FontAwesomeDuotone',
        fontPackage: 'font_awesome_flutter',
      );