borderColorWithShadeStub top-level constant

String const borderColorWithShadeStub

Implementation

const String borderColorWithShadeStub = """
T get border%colorNameCamel%%colorShade% {
      if(!_needsDarkVariant) twBorderColor = TwColors.%colorName%.shade%colorShade%;
      return _child;
  }
""";