tabbable property

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

Is the component tabbable.

Implementation

@Input()
bool tabbable = true;