isUnified property
bool?
get
isUnified
Chrome OS only. If set to true, changes the display mode to unified
desktop (see enableUnifiedDesktop
for details). If set to false,
unified desktop mode will be disabled. This is only valid for the
primary display. If provided, mirroringSourceId must not be provided and
other properties will be ignored. This is has no effect if not provided.
Implementation
bool? get isUnified => _wrapped.isUnified;
set
isUnified
(bool? v)
Implementation
set isUnified(bool? v) {
_wrapped.isUnified = v;
}