bottom property

double get bottom

Implementation

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

Implementation

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