AppIconData constructor

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

Implementation

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