WindowEffect enum

Available effects for the Flutter window.

Inheritance

Constructors

WindowEffect()
const

Values

disabled → const WindowEffect

Default window background. Works on Windows & Linux.

solid → const WindowEffect

Solid colored window background. Works on Windows & Linux.

transparent → const WindowEffect

Transparent window background. Works on Windows & Linux.

aero → const WindowEffect

Aero glass effect. Windows Vista & Windows 7 like glossy blur effect. Works only on Windows.

acrylic → const WindowEffect

Acrylic is a type of brush that creates a translucent texture. You can apply acrylic to app surfaces to add depth and help establish a visual hierarchy. Works only on Windows 10 version 1803 or higher.

mica → const WindowEffect

Mica is an opaque, dynamic material that incorporates theme and desktop wallpaper to paint the background of long-lived windows. Works only on Windows 11 or greater.

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

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

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