focusContents property
Whether or not the tooltip contents should auto focus when opened.
This also makes the tooltip auto-dismissable when true.
Implementation
@Input()
bool focusContents = false;
Whether or not the tooltip contents should auto focus when opened.
This also makes the tooltip auto-dismissable when true.
@Input()
bool focusContents = false;