IconParkProps constructor

const IconParkProps({
  1. Color color1 = const Color(0x00000000),
  2. Color color2 = const Color(0x00000000),
  3. Color color3 = const Color(0x00000000),
  4. Color color4 = const Color(0x00000000),
  5. double? strokeWidth,
  6. StrokeJoin? strokeLineJoin,
  7. StrokeCap? strokeLineCap,
  8. IconParkThemeType theme = IconParkThemeType.outline,
})

Implementation

const IconParkProps({
  this.color1 = const Color(0x00000000),
  this.color2 = const Color(0x00000000),
  this.color3 = const Color(0x00000000),
  this.color4 = const Color(0x00000000),
  this.strokeWidth,
  this.strokeLineJoin,
  this.strokeLineCap,
  this.theme = IconParkThemeType.outline,
});