FractalSkin constructor
FractalSkin({
- ImageF? icon,
- Color color = const Color.rgb(255, 17, 11),
- Color extraColor = const Color.rgb(255, 157, 11),
Implementation
FractalSkin({
this.icon,
this.color = const Color.rgb(255, 17, 11),
this.extraColor = const Color.rgb(255, 157, 11),
});