pathThemed1 method
Implementation
String pathThemed1() {
if (!isThemed) return path;
return '${p.withoutExtension(path)}$_light$extension';
}
String pathThemed1() {
if (!isThemed) return path;
return '${p.withoutExtension(path)}$_light$extension';
}