FilePathLinuxIcon class
Represents an icon located at the path in the file system. It сan be either an absolute UNIX path or a file:// URI scheme, for example:
- file:///usr/share/icons/my_icon.png
- /usr/share/icons/my_icon.png
- Inheritance
-
- Object
- LinuxNotificationIcon
- FilePathLinuxIcon
Constructors
- FilePathLinuxIcon(String path)
- Constructs an instance of FilePathLinuxIcon.
Properties
- content → Object
-
Implementation-defined icon content.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
Path to the icon
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → LinuxIconType
-
Defines the type of icon.
no setteroverride
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