isShowAll property

bool isShowAll

Implementation

bool get isShowAll {
  return this == TypeaheadFocusMode.showAll ||
      this == TypeaheadFocusMode.showAllAndClear;
}