CastDeviceDialog constructor
const
CastDeviceDialog({
- Key? key,
- required String playUrl,
- Duration? tipTime,
- Widget? castWidget,
- required DevicesType devicesType,
- required VoidCallback onClose,
Implementation
const CastDeviceDialog({
super.key,
required this.playUrl,
this.tipTime,
this.castWidget,
required this.devicesType,
required this.onClose,
});