My app uses dark theme as
ThemeData.dark().copyWith( ... ),
that defined for theme property of MaterialApp.
Since the keyboardAppearance property only works on iOS, it doesn't seem to be possible to do the same on Android. Or is there a way to do this?