I am using the Compose Material3 Date Picker. Is ...
# compose
d
I am using the Compose Material3 Date Picker. Is there any way to remove the top header I circled?
1
Ok, I found it, need to add these settings to the DatePicker composable:
Copy code
title = null,
headline = null,
showModeToggle = false,