XLook enum
Visual look presets for XWidgets.
Default is XLook.standard, which preserves the existing package look.
Pass another value via the optional look: parameter to opt into a preset.
Values
- standard → const XLook
-
Existing package defaults (backward-compatible).
- material → const XLook
-
Material 3-inspired surfaces and shapes.
- ios → const XLook
-
iOS-inspired large radius, light borders, low elevation.
- glass → const XLook
-
Glassmorphism: translucent fill and blur.
- neumorphism → const XLook
-
Soft extruded dual-shadow surfaces.
- retro → const XLook
-
Vintage muted palette with firm borders.
- neoBrutalism → const XLook
-
High-contrast thick borders and hard offset shadows.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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