PhosphorFlatIconData constructor

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

Implementation

const PhosphorFlatIconData(int codePoint, String style)
    : super(codePoint, style);