hideOnError property

bool? hideOnError
final

Whether the suggestions box should be hidden on error.

If enabled, errorBuilder will be ignored.

Defaults to false.

Implementation

final bool? hideOnError;