SearchStringExtractor<T extends Widget> typedef
Accepts a Widget and returns a string to search in for LeanContainerScrollableSearchable.
Implementation
typedef SearchStringExtractor<T extends Widget> = String Function(T);