SoftwareKeyboardHeightSimulator constructor
const
SoftwareKeyboardHeightSimulator({
- Key? key,
- required WidgetTester tester,
- bool isEnabled = true,
- bool enableForAllPlatforms = false,
- KeyboardState initialKeyboardState = KeyboardState.closed,
- double keyboardHeight = _defaultKeyboardHeight,
- bool animateKeyboard = false,
- required Widget child,
Implementation
const SoftwareKeyboardHeightSimulator({
super.key,
required this.tester,
this.isEnabled = true,
this.enableForAllPlatforms = false,
this.initialKeyboardState = KeyboardState.closed,
this.keyboardHeight = _defaultKeyboardHeight,
this.animateKeyboard = false,
required this.child,
});