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
Hi Bhayu,
You should change the width and color of the divider line like this :
{ a!sectionLayout( label: "Section", contents: {}, divider: "BELOW", dividerWeight: "THICK", dividerColor: "#f1f50c" ) }
My requirement is
As you can see Harshit's and Stewart's codes, both code can fulfill your requirement.