height property

void height=(double value)

Implementation

set height(double value) {
  _height.value = value;
}