IconPath constructor
const
IconPath({
- required String data,
- @Default(PathFillType.nonZero) @WindingRuleConverter() PathFillType windingRule,
Implementation
const factory IconPath({
required String data,
@Default(PathFillType.nonZero)
@WindingRuleConverter()
PathFillType windingRule,
}) = _IconPath;