height method

Embed height(
  1. int h
)

Implementation

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