yesAutoFocus property

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

Whether the yes button should be auto-focused.

Default value is false.

Implementation

@Input()
bool yesAutoFocus = false;