currentDateDecoration property

BoxDecoration? currentDateDecoration
final

The cell decoration of the current date.

defaults to circle stroke border with ColorScheme.primary color.

Note:

If currentDate is within the selected range this will be override by selectedCellsDecoration

Implementation

final BoxDecoration? currentDateDecoration;