RobotIcon constructor

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

Implementation

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