defaultChild property
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;
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.
final Widget? defaultChild;