height method

Custom height(
  1. dynamic height
)

Implementation

Custom height(dynamic height) {
  _height = height;
  return this;
}