PhosphorIconData constructor

const PhosphorIconData(
  1. int codePoint,
  2. String style
)

Implementation

const PhosphorIconData(int codePoint, String style)
    : super(
        codePoint,
        fontFamily: 'Phosphor$style',
        fontPackage: 'phosphor_flutter',
        matchTextDirection: true,
      );