Day
Indicator
fun DayIndicator(modifier: Modifier = Modifier, dayInMillis: Long, contentColor: Color = Color.White, monthVisible: Boolean = true)
Component used to indicate a day value (number, month and day of week) from a day picker
Parameters
modifier
The modifier to apply to the component
day In Millis
The value of the day in millis
content Color
The color of the content
month Visible
Whether the month value must be visible