ClockIcon constructor

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

Implementation

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