noAutoFocus property

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

Whether the no button should be auto-focused.

Default value is false.

Implementation

@Input()
bool noAutoFocus = false;