getSuffixIcon property

Icon getSuffixIcon

Implementation

Icon get getSuffixIcon {
  if (!hasText && !showingSuggestions) {
    return const Icon(Icons.arrow_drop_down);
  }
  return const Icon(Icons.clear);
}