horizontal top-level constant

String const horizontal

Implementation

const String horizontal = """
T get px%spacerValue% {
    paddingLeft = TwSizes.spacer%spacerValue%;
    paddingRight = TwSizes.spacer%spacerValue%;
    return _child;
  }
""";