IconTemplate class

Constructors

IconTemplate({required int size, required String baseName, required String suffix, required String location})

Properties

baseName String
final
hashCode int
The hash code for this object.
no setterinherited
location String
final
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
suffix String
final

Methods

createFrom(Image image) → Image
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFile(Image image, {String? location, String? name, String prefix = ''}) → void
Write to a file based on the provided image, optionally overriding this.location with location and this.name with either prefix + this.name or prefix + name.

Operators

operator ==(Object other) bool
The equality operator.
inherited