state.spellCheckResults=constSpellCheckResults('tset test test',<SuggestionSpan>[SuggestionSpan(TextRange(start:0,end:4),<String>['test','sets','set'])]);
state.renderEditable.selectWordsInRange(
from:Offset.zero,
cause:SelectionChangedCause.tap,
);
awaittester.pumpAndSettle();
// Set last tap down position so that selecting the word edge will be
testWidgets('test TextSelectionGestureDetectorBuilder shows spell check toolbar on single tap on iOS if word misspelled and text selection toolbar on additonal taps',(WidgetTestertester)async{