hintText property

String? hintText
final

Text that can be displayed as a message in the editor.

This is intended for codelab content where you are testing a user's knowledge and want to give them an optional hint to help them solve the challenge.

Implementation

final String? hintText;