Searched refs:textinput (Results 1 – 8 of 8) sorted by relevance
91 EFI_UNIT_TEST(textinput) = {
138 case 'flutter/textinput':
566 /// All "flutter/textinput" platform messages should be sent to this method.612 'flutter/textinput',
13 static NSString* const kTextInputChannel = @"flutter/textinput";
165 'flutter/textinput',
272 initWithName:@"flutter/textinput"
225 | :func:`textinput`1873 .. function:: textinput(title, prompt)1883 >>> screen.textinput("NIM", "Name of first player:")2504 - Two input methods has been added :meth:`Screen.textinput` and
816 def textinput(self, title, prompt): member in TurtleScreenBase