tabbable property

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

Whether the menu is tabbable or not.

Implementation

@Input()
bool tabbable = true;