Colton Idle
05/08/2024, 6:18 PM.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = null,
onClick = {
// Handle click
}
)
Just curious if i can somehow omit the interactionSource = remember...
Alex Vanyo
05/08/2024, 6:32 PMAlex Vanyo
05/08/2024, 6:36 PMColton Idle
05/08/2024, 7:44 PMColton Idle
05/08/2024, 7:45 PMLouis Pullen-Freilich [G]
05/08/2024, 9:52 PMLouis Pullen-Freilich [G]
05/08/2024, 9:53 PMColton Idle
05/09/2024, 2:11 PM