KeyboardTheme constructor
const
KeyboardTheme({})
Implementation
const KeyboardTheme({
required this.keyPadding,
required this.backgroundColor,
required this.borderWidth,
required this.borderColor,
required this.textColor,
required this.textStyle,
});