showHintOnlyOnFocus property

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

Whether or not the hint text will be displayed when the input is not focused.

Defaults to false.

Implementation

@Input()
bool showHintOnlyOnFocus = false;