secondary property

IconData? secondary
final

Secondary glyph of the duotone icon

Due to tree-shaking restraints secondary cannot be the codepoint itself, but has to be an IconData object.

Implementation

final IconData? secondary;