placeholder property

Widget? placeholder
final

Placeholder widget for the email input field.

This optional Widget serves as a hint in the TextField, guiding the user on expected input. It replaces the standard hint text for more customizable UI elements.

Implementation

final Widget? placeholder;