hint property

Widget? hint
final

A placeholder widget that is displayed by the button.

If value is null, this widget is displayed as a placeholder for the EJSelectorButton's value.

Implementation

final Widget? hint;