height method

Canvas height(
  1. int h
)

Implementation

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