rememberDialogTime

fun rememberDialogTime(time: LocalTime = TimeUtil.now().time): MutableState<LocalTime>

convenient function for DialogTime

Return

a state holding the current time values

Parameters

time

the initial time