setHeight method

void setHeight(
  1. double? value
)

Implementation

void setHeight(double? value) {
  _height = value;
  _notify;
}