LinuxIconType enum
Specifies the Linux notification icon type.
Values
- assets → const LinuxIconType
-
Icon from the Flutter Assets directory, see AssetsLinuxIcon
- byteData → const LinuxIconType
-
Icon from a raw image data bytes, see ByteDataLinuxIcon.
- theme → const LinuxIconType
-
System theme icon, see ThemeLinuxIcon.
- filePath → const LinuxIconType
-
Icon located at the path in the file system, see FilePathLinuxIcon.
Properties
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<
LinuxIconType> - A constant List of the values in this enum, in order of their declaration.