ZegoLeaveButton constructor
const
ZegoLeaveButton({
- Key? key,
- Future<
bool?> onLeaveConfirmation(- BuildContext context
- VoidCallback? onPress,
- ButtonIcon? icon,
- Size? iconSize,
- Size? buttonSize,
- ValueNotifier<
bool> ? clickableNotifier,
Implementation
const ZegoLeaveButton({
Key? key,
this.onLeaveConfirmation,
this.onPress,
this.icon,
this.iconSize,
this.buttonSize,
this.clickableNotifier,
}) : super(key: key);