vertical property
bool?
get
vertical
True if the candidate window should be rendered vertical, false to make it horizontal.
Implementation
bool? get vertical => _wrapped.vertical;
set
vertical
(bool? v)
Implementation
set vertical(bool? v) {
_wrapped.vertical = v;
}