DeviceKeyboardStyle constructor
const
DeviceKeyboardStyle({})
Creates a new style for the virtual keyboard.
Implementation
const DeviceKeyboardStyle({
required this.backgroundColor,
required this.button1BackgroundColor,
required this.button1ForegroundColor,
required this.button2BackgroundColor,
required this.button2ForegroundColor,
});