placeholder property
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;
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.
final Widget? placeholder;