menu
super_keyboard package
documentation
test/keyboard_simulator.dart
SoftwareKeyboard
SoftwareKeyboard.new const constructor
SoftwareKeyboard.new const constructor
dark_mode
light_mode
SoftwareKeyboard
constructor
const
SoftwareKeyboard
(
{
Key
?
key
,
double
?
height
,
})
Implementation
const SoftwareKeyboard({ super.key, double? height, }) : height = height ?? _defaultKeyboardHeight;
super_keyboard package
documentation
test/keyboard_simulator
SoftwareKeyboard
SoftwareKeyboard.new const constructor
SoftwareKeyboard class