keyboardAppearance property
The appearance of the keyboard.
This setting is only honored on iOS devices.
Defaults to Material/Cupertino App Brightness.
The keyboard appearance will set using the following:
widget.config.keyboardAppearance ??
CupertinoTheme.maybeBrightnessOf(context) ??
Theme.of(context).brightness
See also: https://github.com/flutter/flutter/blob/06b9f7ba0bef2b5b44a643c73f4295a096de1202/packages/flutter/lib/src/services/text_input.dart#L621-L626 and QuillRawEditorConfig.keyboardAppearance
Implementation
final Brightness? keyboardAppearance;