selectedPeriodMiddleDecoration property

BoxDecoration? selectedPeriodMiddleDecoration
final

Decoration for the date of the selected range which is not first date and not end date of this range.

If there is only one date selected DatePickerStyles.selectedSingleDateDecoration will be used.

Implementation

final BoxDecoration? selectedPeriodMiddleDecoration;