Color Picker Defaults
object ColorPickerDefaults
Defaults used in ColorPicker.
Properties
Functions
Link copied to clipboard
fun colorIndicatorBorderWidth(neutralBorderWidth: Dp = NeutralBorderWidth, selectedBorderWidth: Dp = SelectedBorderWidth, unselectedBorderWidth: Dp = UnselectedBorderWidth): ColorIndicatorBorderWidth
Link copied to clipboard
fun colorIndicatorColors(onDarkColor: Color = Color.White, onLightColor: Color = Color.Black): ColorIndicatorColors