horizontal top-level constant

String const horizontal

Implementation

const String horizontal = """
T get mx%spacerValue% {
    marginLeft = TwSizes.spacer%spacerValue%;
    marginRight = TwSizes.spacer%spacerValue%;
    return _child;
  }
""";