NinjaIcon constructor

const NinjaIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const NinjaIcon({
  super.key,
  this.color,
});