SoftwareKeyboardHeightSimulator constructor
const
SoftwareKeyboardHeightSimulator({})
Implementation
const SoftwareKeyboardHeightSimulator({
super.key,
required this.tester,
this.isEnabled = true,
this.enableForAllPlatforms = false,
this.keyboardHeight = _defaultKeyboardHeight,
this.animateKeyboard = false,
required this.child,
});