top property

int get top

The y-axis distance from the top bound.

Implementation

int get top => _wrapped.top;
set top (int v)

Implementation

set top(int v) {
  _wrapped.top = v;
}