ClickableText composables as a list’s elements and use them in lazy column, to list all customers, and when clicked, navigate to other screen
I want to show the list of customer’s names in lazy column, so i created a list variable and used clicableText composables inside it, so that each item can be clicked, then i want to use it inside a lazy column to display and can be scrolled vertically, but i logic is not good here, below is my code, i just commented my practice