pathThemed1 method

String pathThemed1()

Implementation

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