KeyboardPage constructor

const KeyboardPage({
  1. WidgetBuilder? builder,
  2. double? height,
  3. Key? key,
})

Implementation

const KeyboardPage({this.builder, this.height, Key? key}) : super(key: key);