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