menu
landing_page package
documentation
lib.dart
ColorPickerPalette
ColorPickerPalette const constructor
ColorPickerPalette const constructor
dark_mode
light_mode
ColorPickerPalette
constructor
const
ColorPickerPalette
(
{
Key
?
key
,
required
dynamic
onSelectColor
(
Color
),
})
Implementation
const ColorPickerPalette({ Key? key, required this.onSelectColor, }) : super(key: key);
landing_page package
documentation
lib
ColorPickerPalette
ColorPickerPalette const constructor
ColorPickerPalette class