IcoG constructor

const IcoG(
  1. IconData iconData, {
  2. Key? key,
  3. double? size,
  4. AlignmentGeometry? begin,
  5. AlignmentGeometry? end,
  6. Gradient? gradient,
  7. List<Color> colors = icogExotic,
  8. List<Shadow>? shadows,
})

Implementation

const IcoG(this.iconData,
    {Key? key,
    this.size,
    this.begin,
    this.end,
    this.gradient,
    this.colors = icogExotic,
    this.shadows})
    : super(key: key);