DurationDialog
fun DurationDialog(state: UseCaseState, selection: DurationSelection, config: DurationConfig = DurationConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())
Duration view for the use-case to to select a duration time.
Parameters
state
The state of the sheet.
selection
The selection configuration for the dialog.
config
The general configuration for the dialog.
header
The header to be displayed at the top of the dialog.
properties
DialogProperties for further customization of this dialog's behavior.