DESKTOP_WALLPAPER_POSITION class enum

Specifies how the desktop wallpaper should be displayed.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

DWPOS_CENTER → const int
Center the image; do not stretch.
DWPOS_FILL → const int
Stretch the image to fill the screen, cropping the image as necessary to avoid letterbox bars.
DWPOS_FIT → const int
Stretch the image to exactly the height or width of the monitor without changing its aspect ratio or cropping the image.
DWPOS_SPAN → const int
Spans a single image across all monitors attached to the system.
DWPOS_STRETCH → const int
Stretch the image to exactly fit on the monitor.
DWPOS_TILE → const int
Tile the image across all monitors.