DeviceKeyboardStyle.dark constructor

DeviceKeyboardStyle.dark()

Implementation

factory DeviceKeyboardStyle.dark() {
  return const DeviceKeyboardStyle(
    backgroundColor: Color(0xDD2B2B2D),
    button1BackgroundColor: Color(0xFF6D6D6E),
    button1ForegroundColor: Colors.white,
    button2BackgroundColor: Color(0xFF4A4A4B),
    button2ForegroundColor: Colors.white,
  );
}