AcceptanceButtons constructor
- Key? key,
- EdgeInsets padding = EdgeInsets.zero,
- VoidCallback? onAccept,
- VoidCallback? onDecline,
Implementation
const AcceptanceButtons({
super.key,
this.padding = EdgeInsets.zero,
this.onAccept,
this.onDecline,
});