PickerItemBuilder typedef

PickerItemBuilder = Widget Function(Color color, bool isCurrentColor, void changeColor())

Implementation

typedef PickerItemBuilder = Widget Function(
    Color color, bool isCurrentColor, void Function() changeColor);