builder property

The builder used to build a line calendar item. 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 content from scratch.

Implementation

final ValueWidgetBuilder<FLineCalendarItemData> builder;