height method

AutoLayout height(
  1. double height
)

Implementation

AutoLayout height(double height) {
  return this.._height = height;
}