ScrewIcon constructor

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

Implementation

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