placeholder property

Widget? placeholder
final

Widget displayed when no chips are selected and no text is entered.

Provides helpful instructions or context for the user about what to enter. Typically a Text widget with muted styling.

Implementation

final Widget? placeholder;