MirrorMode enum

Mirror mode, i.e. different ways of how a display is mirrored to other displays.

Inheritance
Available extensions

Values

off → const MirrorMode

Specifies the default mode (extended or unified desktop).

const MirrorMode('off')
normal → const MirrorMode

Specifies that the default source display will be mirrored to all other displays.

const MirrorMode('normal')
mixed → const MirrorMode

Specifies that the specified source display will be mirrored to the provided destination displays. All other connected displays will be extended.

const MirrorMode('mixed')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS String
no setter
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJS(String value) MirrorMode

Constants

values → const List<MirrorMode>
A constant List of the values in this enum, in order of their declaration.