NiceConfirmPanel constructor
- Key? key,
- required String message,
- String? header,
- IconData? icon,
- NiceConfirmVariant variant = NiceConfirmVariant.info,
- String? acceptLabel,
- String? rejectLabel,
- VoidCallback? onAccept,
- VoidCallback? onReject,
Implementation
const NiceConfirmPanel({
super.key,
required this.message,
this.header,
this.icon,
this.variant = NiceConfirmVariant.info,
this.acceptLabel,
this.rejectLabel,
this.onAccept,
this.onReject,
});