pathThemed2 method

String pathThemed2()

Implementation

String pathThemed2() {
  assert(isThemed);
  return '${p.withoutExtension(path)}$_dark$extension';
}