WidgetTesterWithConfigurableWindow extension

Dart extension to add configuration functions to a WidgetTester object, e.g. configureWindow, configureOpenedKeyboardWindow, configureClosedKeyboardWindow.

on

Methods

configureClosedKeyboardWindow(WindowConfigData windowConfig) → void
Configure the tester window to represent a closed keyboard on the given device variant.
configureOpenedKeyboardWindow(WindowConfigData windowConfig) → void
Configure the tester window to represent an opened keyboard on the given device variant.
configureWindow(WindowConfigData windowConfig) → void
Configure the tester window to represent the given device variant.