MirrorMode enum
Mirror mode, i.e. different ways of how a display is mirrored to other displays.
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
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.