const ColorPicBtn({ Key? key, required this.initColor, required this.onColorChanged, }) : super(key: key);