SoftKeyboardWidget constructor
const
SoftKeyboardWidget({
- Key? key,
- required KeyboardInputController keyboardInputController,
- required double width,
- required double height,
- required List<
List< keyLayout,VirtualKey> > - double columnSpacing = 6,
- double rowSpacing = 6,
Implementation
const SoftKeyboardWidget({
super.key,
required this.keyboardInputController,
required this.width,
required this.height,
required this.keyLayout,
this.columnSpacing = 6,
this.rowSpacing = 6,
});