IconPath constructor

const IconPath({
  1. required String data,
  2. @Default(PathFillType.nonZero) @WindingRuleConverter() PathFillType windingRule,
})

Implementation

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