IconParkData constructor

const IconParkData(
  1. String name,
  2. bool matchTextDirection,
  3. IconParkSvgBuilder builder
)

Implementation

const IconParkData(this.name, this.matchTextDirection, this.builder);