themed method

String themed(
  1. String icon
)

Implementation

String themed(String icon) => isDark ? '${icon}_dark' : icon;