OutgoingCallIcon constructor

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

Implementation

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