ColorView
fun ColorView(useCaseState: UseCaseState, selection: ColorSelection, config: ColorConfig = ColorConfig(), header: Header? = null)
Color view for the use-case to to select a color.
Parameters
useCaseState
The state of the sheet.
selection
The selection configuration for the dialog view.
config
The general configuration for the dialog view.
header
The header to be displayed at the top of the dialog view.