menu
flutter_launcher_icons_maker package
documentation
icon_template.dart
IconTemplate class
IconTemplate class
dark_mode
light_mode
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 setter
inherited
location
→
String
final
name
→
String
no setter
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
flutter_launcher_icons_maker package
documentation
icon_template
IconTemplate class
icon_template library