maki property
An icon identifier, designed to assign icons using the Maki icon project or other icons that follow the same naming scheme.
Implementation
String? get maki {
return properties["maki"] as String?;
}
An icon identifier, designed to assign icons using the Maki icon project or other icons that follow the same naming scheme.
String? get maki {
return properties["maki"] as String?;
}