IconParkProps constructor
const
IconParkProps({
- Color color1 = const Color(0x00000000),
- Color color2 = const Color(0x00000000),
- Color color3 = const Color(0x00000000),
- Color color4 = const Color(0x00000000),
- double? strokeWidth,
- StrokeJoin? strokeLineJoin,
- StrokeCap? strokeLineCap,
- 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,
});