colorStubDarkWithShade top-level constant

String const colorStubDarkWithShade

Implementation

const String colorStubDarkWithShade = """
T get onDark%colorNameCamel%%colorShade% {
      if(_brightness == Brightness.dark){
        _needsDarkVariant = true;
        twColor = TwColors.%colorName%.shade%colorShade%;
      }
      return _child;
  }
""";