IconDetails class

SvgData or its path representing a single icon.

Constructors

IconDetails(String asset, {bool invert = false, String? download})
IconDetails.svg(SvgData? data, {bool invert = false, String? download})

Properties

asset String?
Path to the asset these details represent.
final
data SvgData?
SvgData these details represent.
final
download String?
Path to the asset to download.
final
hashCode int
The hash code for this object.
no setterinherited
invert bool
Indicator whether the icon represented should be presented on the inverted background.
final
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