ConfirmDenyButtons constructor
const
ConfirmDenyButtons({})
Implementation
const ConfirmDenyButtons({
Key? key,
@required this.deny,
this.screenHeight,
this.screenWidth,
@required this.confirm,
this.denyText = '',
this.confirmText = '',
}) : super(key: key);