height method

Source height(
  1. int h
)

Implementation

Source height(int h) {
  attr('height', StringAttribute('$h'));
  return this;
}