ColorPopup
fun ColorPopup(state: UseCaseState, selection: ColorSelection, config: ColorConfig, header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())
Core popup that functions as the base of a custom use-case.
Parameters
state
The state of the sheet.
selection
The selection configuration for the dialog.
config
The configuration of the color use-case.
header
The header to be displayed at the top of the dialog.
properties
The properties of the popup.