DeviceKeyboardStyle constructor
const
DeviceKeyboardStyle({})
Implementation
const factory DeviceKeyboardStyle({
required Color backgroundColor,
required Color button1BackgroundColor,
required Color button1ForegroundColor,
required Color button2BackgroundColor,
required Color button2ForegroundColor,
}) = _DeviceKeyboardStyle;