utils/typedefs library

Functions

acceptAllCountries(dynamic _) bool
Simple closure which always returns true.

Typedefs

ItemBuilder = Widget Function(Country country)
ItemFilter = bool Function(Country country)
Returns true when a country should be included in lists / dialogs offered to the user.
SearchFilter = bool Function(Country country, String searchWord)
Predicate to be satisfied in order to add country to search list