QuillEnterText extension
Extends
- on
Methods
-
quillEnterText(
Finder finder, String text) → Future< void> -
Available on WidgetTester, provided by the QuillEnterText extension
Give the QuillEditor widget specified byfinder
the focus and update its editing value withtext
, as if it had been provided by the onscreen keyboard. -
quillGiveFocus(
Finder finder) → Future< void> -
Available on WidgetTester, provided by the QuillEnterText extension
Give the QuillEditor widget specified byfinder
the focus. -
quillUpdateEditingValue(
Finder finder, String text) → Future< void> -
Available on WidgetTester, provided by the QuillEnterText extension
Update the text editing value of the QuillEditor widget specified byfinder
withtext
, as if it had been provided by the onscreen keyboard.