WinIcon enum

A type of icon image that ships with Windows per default.

You should prefer using the StockIcon enum. As they have more modern styles.

https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-loadicona

Inheritance

Constructors

WinIcon()
const

Values

application → const WinIcon

📰 An icon that looks similar to a program GUI

error → const WinIcon

❌ A red circle with a white cross inside

question → const WinIcon

❔ A blue circle with a white question mark inside

warning → const WinIcon

⚠️ A yellow triangle with a white exclamation mark inside

information → const WinIcon

❕ A blue circle with a white exclamation mark inside

shield → const WinIcon

🛡 A shield with a yellow and blue square pattern

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<WinIcon>
A constant List of the values in this enum, in order of their declaration.