bottom property

double bottom

Implementation

double get bottom => d3;
void bottom=(double bottom)

Implementation

set bottom(double bottom) {
  d3 = bottom;
}