horizontal property

double horizontal

Implementation

double get horizontal => d1;
void horizontal=(double width)

Implementation

set horizontal(double width) {
  d1 = width;
}