OnClick constructor

OnClick({
  1. FormAction? action,
  2. OpenLink? openLink,
})

Implementation

OnClick({
  this.action,
  this.openLink,
});