ZegoScreenSharingToggleButton constructor
const
ZegoScreenSharingToggleButton({
- Key? key,
- ButtonIcon? iconStartSharing,
- ButtonIcon? iconStopSharing,
- Size? buttonSize,
- Size? iconSize,
- void onPressed(
- bool isStart
Implementation
const ZegoScreenSharingToggleButton({
Key? key,
this.iconStartSharing,
this.iconStopSharing,
this.buttonSize,
this.iconSize,
this.onPressed,
}) : super(key: key);