bounds property
Bounds
get
bounds
The display's logical bounds.
Implementation
Bounds get bounds => Bounds.fromJS(_wrapped.bounds);
set
bounds
(Bounds v)
Implementation
set bounds(Bounds v) {
_wrapped.bounds = v.toJS;
}