FERAColorPicker constructor

const FERAColorPicker({
  1. Key? key,
  2. required BuildContext context,
})

Implementation

const FERAColorPicker({super.key, required this.context});