dayBuilder property
The builder used to build a day in the day picker. Defaults to returning the given child.
The child
is the default content with no alterations. Consider wrapping the child
and other custom decoration
in a Stack to avoid re-creating the custom day content from scratch.
Implementation
final ValueWidgetBuilder<FCalendarDayData> dayBuilder;