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
Implementation
final Brightness? keyboardAppearance;