Anyone know a way to add space in `AlertDialog()` ...
# compose
s
Anyone know a way to add space in
AlertDialog()
between title and text ?
n
probably the best way is to make your own custom Dialog (read the code of AlertDialog and copy/adapt it. You don't have to reuse the AlertDialogContent composable too)