PathIcon constructor

const PathIcon(
  1. PathIconData data, {
  2. Key? key,
  3. double? size,
  4. Color? color,
  5. String? semanticLabel,
})

Create an icon from the given data.

Implementation

const PathIcon(
  this.data, {
  super.key,
  this.size,
  this.color,
  this.semanticLabel,
});