AirPlayStatusButton constructor
const
AirPlayStatusButton({
- Key? key,
- double width = 40,
- double height = 40,
- dynamic onAirPlayStateChanged(
- bool isActive
- VoidCallback? onPressed,
Implementation
const AirPlayStatusButton({
super.key,
this.width = 40,
this.height = 40,
this.onAirPlayStateChanged,
this.onPressed,
});