prop_keyboardAppearance property

  1. @protected
  2. @nonVirtual
Brightness? prop_keyboardAppearance
inherited

Implementation

@protected
@nonVirtual
Brightness? get prop_keyboardAppearance {
  if (!this._$rxProp_keyboardAppearance.wasInit()) {
    this
        ._$rxProp_keyboardAppearance
        .setValue(this.widget.$getProp("keyboardAppearance"));
  }
  return this._$rxProp_keyboardAppearance.getValue();
}