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