AirplayIcon constructor

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

Implementation

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