yesDisabled property

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

Whether the yes button should be disabled.

Default value is false.

Implementation

@Input()
bool yesDisabled = false;