CameraIcon constructor

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

Implementation

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