AirPlayButton constructor

const AirPlayButton({
  1. Key? key,
  2. double width = 40,
  3. double height = 40,
  4. Color? tintColor,
})

Implementation

const AirPlayButton({
  super.key,
  this.width = 40,
  this.height = 40,
  this.tintColor,
});