defaultChild property

Widget? defaultChild
final

The default widget to display inside each week cell.

This widget is displayed in the calendar cells by default if no other content is provided.

Implementation

final Widget? defaultChild;