yesDisplayed property

  1. @Input()
bool yesDisplayed
getter/setter pair

Whether the yes button should be displayed.

Default value is true.

Implementation

@Input()
bool yesDisplayed = true;