Hello, if anyone can help on this one. Am having trouble setting individual padding on all sides of a composable, am thinking the problem is caused due to LayoutDirection of the different components. Am using this methos below, but it seems am mixing the meaning of 'start' , 'end', 'top' and 'bottom'. Can anyone help clarify how they all differ in different aspect or point me to a good documentation;
PS: the design am trying to attain is in the picture attached, the grid of images.
Modifier.padding(top = 8.dp, start = 4.dp, end = 4.dp, bottom = 8.dp)
Thread in Slack Conversation