menu
ngcomponents package
documentation
mixins/has_tab_index.dart
HasTabIndex
tabIndex property
tabIndex property
dark_mode
light_mode
tabIndex
property
@HostBinding('attr.tabindex')
String
?
get
tabIndex
Implementation
@HostBinding('attr.tabindex') String? get tabIndex => _tabIndex ?? _computeTabIndex();
ngcomponents package
documentation
mixins/has_tab_index
HasTabIndex
tabIndex property
HasTabIndex class