resultSort property

(int Function(String text, dynamic a, dynamic b)?) resultSort
final

A function to return the prop for sorting the final results BEFORE FlutterParsedTextField.suggestionLimit is applied

text is the text that this matchers is currently matching

Implementation

final int Function(String text, dynamic a, dynamic b)? resultSort;