keyboard method

Widget keyboard()

Implementation

Widget keyboard() {
  return KeyboardPadding(
    child: this ?? const Material(),
  );
}