height method

Resize height(
  1. dynamic height
)

Sets the height Receives dynamic returns this object Resize

Implementation

Resize height(dynamic height) {
  dimensions.height = height;
  return this;
}