KeyboardPage constructor
const
KeyboardPage({
- WidgetBuilder? builder,
- double? height,
- Key? key,
Implementation
const KeyboardPage({this.builder, this.height, Key? key}) : super(key: key);