focusContents property

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

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;