hintText property

  1. @Input()
String hintText
getter/setter pair

The hint to be shown on the input.

This text will not be displayed if there is an error message on the input.

Implementation

@Input()
String hintText = '';