EventDecorationBuilder typedef

EventDecorationBuilder = EventDecoration? Function(DateTime date)

Signature for function which is used to set set specific decoration for some days in DayPicker, WeekPicker and RangePicker.

See also:

Implementation

typedef EventDecorationBuilder = EventDecoration? Function(DateTime date);