my requirement is to show the line in between two components (As below sample pic)
I have tried with section layout but does not suits for my requirement,
Any inputs ...
Discussion posts and replies are publicly visible
Why not. Change the width and color of the divider line and it should look exactly the same.
a!cardLayout( style: "#000000", padding: "NONE", contents: { a!sectionLayout( divider: "BELOW", dividerColor: "#FFF117", dividerWeight: "THICK", marginAbove: "MORE", marginBelow: "MORE" ), } )