tabIndex property Null safety

int? tabIndex

Implementation

int? get tabIndex native;
void tabIndex= (int? value)

Implementation

set tabIndex(int? value) native;