Package-level declarations
Functions
Link copied to clipboard
fun ColorDialog(state: UseCaseState, selection: ColorSelection, config: ColorConfig = ColorConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())
Color view for the use-case to to select a color.
Link copied to clipboard
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.
Link copied to clipboard
fun ColorView(useCaseState: UseCaseState, selection: ColorSelection, config: ColorConfig = ColorConfig(), header: Header? = null)
Color view for the use-case to to select a color.