DeviceKeyboardStyle constructor

const DeviceKeyboardStyle({
  1. required Color backgroundColor,
  2. required Color button1BackgroundColor,
  3. required Color button1ForegroundColor,
  4. required Color button2BackgroundColor,
  5. required Color button2ForegroundColor,
})

Implementation

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