FractalSkin constructor

FractalSkin({
  1. ImageF? icon,
  2. Color color = const Color.rgb(255, 17, 11),
  3. 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),
});