Travis Griggs
var showDialog by remember { mutableStateOf(false) } ButtonOrWhateverComposeable(clickAction = { showDialog = true } if (showDialog) { AlertDialog(...some horizontal padding + showDialog = false...) }
A modern programming language that makes developers happier.