bottom property
int
get
bottom
The y-axis distance from the bottom bound.
Implementation
int get bottom => _wrapped.bottom;
set
bottom
(int v)
Implementation
set bottom(int v) {
_wrapped.bottom = v;
}