PhosphorDuotoneIconData constructor

const PhosphorDuotoneIconData(
  1. int codePoint,
  2. PhosphorIconData secondary
)

Implementation

const PhosphorDuotoneIconData(int codePoint, this.secondary)
    : super(codePoint, 'Duotone');