width method

AutoLayout width(
  1. double width
)

Implementation

AutoLayout width(double width) {
  return this.._width = width;
}