SoftwareKeyboard constructor

const SoftwareKeyboard({
  1. Key? key,
  2. double? height,
})

Implementation

const SoftwareKeyboard({
  super.key,
  double? height,
}) : height = height ?? _defaultKeyboardHeight;