menu
zog_ui package
documentation
components/dropdown_menu/dropdown_menu.dart
CustomDropdownMenu<T>
hintText property
hintText property
dark_mode
light_mode
hintText
property
String
?
hintText
final
Text that suggests what sort of input the field accepts.
Defaults to null;
Implementation
final String? hintText;
zog_ui package
documentation
components/dropdown_menu/dropdown_menu
CustomDropdownMenu<T>
hintText property
CustomDropdownMenu class