Color Picker Dialog
@Composable
Content copied to clipboard
A color picker dialog to get a desired color from users.
Parameters
controller
SketchbookController to notify color selected.
background Color
A background color of the dialog.
select Text
Text for the select button.
expanded
Indicates expanding dialog or not.
on Color Selected
A color selected listener.