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.

tabbed → const WindowEffect

Tabbed is a Mica like material that incorporates theme and desktop wallpaper, but having more transparency. Works only on later Windows 11 versions (builds higher than 22523).

titlebar → const WindowEffect

The material for a window’s titlebar. Works only on macOS.

selection → const WindowEffect

The material used to indicate a selection. Works only on macOS.

The material for menus. Works only on macOS.

popover → const WindowEffect

The material for the background of popover windows. Works only on macOS.

The material for the background of window sidebars. Works only on macOS.

headerView → const WindowEffect

The material for in-line header or footer views. Works only on macOS.

sheet → const WindowEffect

The material for the background of sheet windows. Works only on macOS.

windowBackground → const WindowEffect

The material for the background of opaque windows. Works only on macOS.

hudWindow → const WindowEffect

The material for the background of heads-up display (HUD) windows. Works only on macOS.

fullScreenUI → const WindowEffect

The material for the background of a full-screen modal interface. Works only on macOS.

toolTip → const WindowEffect

The material for the background of a tool tip. Works only on macOS.

contentBackground → const WindowEffect

The material for the background of opaque content. Works only on macOS.

underWindowBackground → const WindowEffect

The material to show under a window's background. Works only on macOS.

underPageBackground → const WindowEffect

The material for the area behind the pages of a document. Works only on macOS.

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.