AntdKeyboardStyle constructor

const AntdKeyboardStyle({
  1. bool inherit = true,
  2. Brightness? appearance,
})

Implementation

const AntdKeyboardStyle({super.inherit, this.appearance});