DeviceKeyboardStyle constructor
const
DeviceKeyboardStyle({})
Implementation
const DeviceKeyboardStyle({
required this.backgroundColor,
required this.button1BackgroundColor,
required this.button1ForegroundColor,
required this.button2BackgroundColor,
required this.button2ForegroundColor,
});