MacOSIconTemplate class
A macOS icon template
Constructors
- MacOSIconTemplate(int size, int scale)
-
Creates an instance of MacOSIconTemplate
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iconContent
→ Map<
String, dynamic> -
Icon content for contents.json' s images
no setter
- iconFile → String
-
Icon file name with extension
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale → int
-
Icon scale
final
- scaledSize → int
-
Image size after computing scale
no setter
- size → int
-
Icon size
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