SwatchesPicker constructor

const SwatchesPicker({
  1. required ValueChanged<Color> onChanged,
  2. Key? key,
})

Implementation

const SwatchesPicker({
  required this.onChanged,
  Key? key,
}) : super(key: key);