ColorWidget constructor

ColorWidget({
  1. Key? key,
  2. required dynamic onSelect(
    1. String colorStr
    ),
  3. String? colorHex,
})

Implementation

ColorWidget({super.key, required this.onSelect, this.colorHex});