hint property

String? hint
final

The hint to display when the editor is empty.

Should be a description of the expected input.

Can be either plain text or html.

Implementation

final String? hint;