onMentionSearch property

(Future<List<MentionModel>> Function(String)?) onMentionSearch
final

callback when user start add '@' or '@...' if text is empty that means the user just start type '@'

Implementation

final Future<List<MentionModel>> Function(String)? onMentionSearch;