bottom property

set bottom (num? value)

Implementation

set bottom(num? value) {
  js_util.setProperty(this, 'bottom', value ?? jsUndefined);
}