themedInvert method

String themedInvert(
  1. String icon
)

Implementation

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