TestSuperKeyboard class

Implemented types

Constructors

TestSuperKeyboard(WidgetTester tester, {double fakeKeyboardHeight = 400.0, Duration keyboardAnimationTime = const Duration(milliseconds: 600)})

Properties

fakeKeyboardHeight double
final
hashCode int
The hash code for this object.
no setterinherited
keyboardHeight ValueListenable<double?>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ValueListenable<KeyboardState>
no setteroverride
tester WidgetTester
final

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

install(WidgetTester tester, {double fakeKeyboardHeight = _defaultKeyboardHeight, Duration keyboardAnimationTime = const Duration(milliseconds: 600)}) → void
uninstall() → void