setKeyboardAppearance method

void setKeyboardAppearance(
  1. Brightness value
)

Implementation

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