setKeyboardAppearance method
Implementation
void setKeyboardAppearance(Brightness value) {
onNotifyWithCallback(() => keyboardAppearance = value);
}
void setKeyboardAppearance(Brightness value) {
onNotifyWithCallback(() => keyboardAppearance = value);
}