disabledDecoration property

Decoration disabledDecoration
final

Decoration for day cells that have been disabled.

This refers to dates disabled by returning false in enabledDayPredicate, as well as dates that are outside of the bounds set up by firstDay and lastDay.

Implementation

final Decoration disabledDecoration;