InAppIcon class

A utility class for handling application icons. Represents an application icon with regular, solid, and bold variants.

Constructors

InAppIcon({String? regular, String? solid, String? bold, String package = "assets", String path = "icons"})
Creates an instance of InAppIcon.
const
InAppIcon.png(String name, {String package = "assets", String path = "icons"})
Creates an instance of InAppIcon using an automatic naming convention.
factory
InAppIcon.svg(String name, {String package = "assets", String path = "icons"})
Creates an instance of InAppIcon using an automatic naming convention.
factory

Properties

bold String
final
hashCode int
The hash code for this object.
no setterinherited
regular String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solid String
final

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