ColorSelectorPage constructor

const ColorSelectorPage({
  1. Key? key,
  2. ValueSetter<ColorDescriptor>? onDoubleTap,
  3. ValueSetter<ColorDescriptor>? onTap,
})

Implementation

const ColorSelectorPage({
  Key? key,
  this.onDoubleTap,
  this.onTap,
}) : super(key: key);