colorStub top-level constant
String
const colorStub
Implementation
const String colorStub = """
T get from%colorNameCamel% {
if (!_needsDarkVariant) gradientColors[0] = TwColors.%colorName%;
return _child;
}
T get to%colorNameCamel% {
if (!_needsDarkVariant) gradientColors[1] = TwColors.%colorName%;
return _child;
}
""";