TimePickerDefaults
Object to hold default values used by timepicker
Functions
Link copied to clipboard
fun colors( activeBackgroundColor: Color = MaterialTheme.colors.primary.copy(0.3f), inactiveBackgroundColor: Color = MaterialTheme.colors.onBackground.copy(0.3f), activeTextColor: Color = MaterialTheme.colors.onPrimary, inactiveTextColor: Color = MaterialTheme.colors.onBackground, inactivePeriodBackground: Color = Color.Transparent, selectorColor: Color = MaterialTheme.colors.primary, selectorTextColor: Color = MaterialTheme.colors.onPrimary, headerTextColor: Color = MaterialTheme.colors.onBackground, borderColor: Color = MaterialTheme.colors.onBackground): TimePickerColors
Content copied to clipboard
Initialises a TimePickerColors object which represents the different colors used by the timepicker composable