RemoteActionButtons constructor
Implementation
const RemoteActionButtons({
super.key,
this.isValid = true,
required this.invalidStatusLabel,
required this.onConfirmPressed,
required this.confirmLabel,
this.showCancelButton = true,
});
const RemoteActionButtons({
super.key,
this.isValid = true,
required this.invalidStatusLabel,
required this.onConfirmPressed,
required this.confirmLabel,
this.showCancelButton = true,
});