top property

double top

Implementation

double get top => d1;
void top=(double top)

Implementation

set top(double top) {
  d1 = top;
}