ColorPicker constructor

const ColorPicker({
  1. Key? key,
})

Implementation

const ColorPicker({Key? key}) : super(key: key);