tabIndex property

  1. @HostBinding('attr.tabindex')
String? get tabIndex

Implementation

@HostBinding('attr.tabindex')
String? get tabIndex => _tabIndex ?? _computeTabIndex();