finalResultSort property

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

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

text is the text that this matchers is currently matching

Implementation

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