SDGAIconData constructor

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

Implementation

const SDGAIconData(int codePoint, String style)
    : super(
        codePoint,
        fontFamily: 'SDGAIcons$style',
        fontPackage: 'sdga_icons',
        matchTextDirection: true,
      );