MorphIconData.path constructor

const MorphIconData.path(
  1. String d
)

A raw SVG path d attribute.

Implementation

const factory MorphIconData.path(String d) = PathIcon;