OnClick constructor
      
      OnClick({ 
    
    
- FormAction? action,
- OpenLink? openLink,
Implementation
OnClick({
  this.action,
  this.openLink,
});OnClick({
  this.action,
  this.openLink,
});