ignoreAccessibleNavigation property

bool ignoreAccessibleNavigation
final

Allows a bypass of a problem on Flutter 3.7+ with the accessibility through Overlay that prevents flutter_typeahead to register a click on the list of suggestions properly.

Defaults to false

Implementation

final bool ignoreAccessibleNavigation;