height property

double height

Implementation

double get height => d4;
void height=(double height)

Implementation

set height(double height) {
  d4 = height;
}