themedInvertIconPath method

String themedInvertIconPath(
  1. String icon
)

Implementation

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