menu
floating_tabbar package
documentation
Widgets/widgets.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);
floating_tabbar package
documentation
Widgets/widgets
ColorPickerPalette
ColorPickerPalette const constructor
ColorPickerPalette class