disabledBuilder property

FocusedDayBuilder? disabledBuilder
final

Custom builder 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 FocusedDayBuilder? disabledBuilder;