PhoneTimesIcon constructor

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

Implementation

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