child property

Widget child
final

Widget to be displayed on the calendar.

If an Icon is passed, the following styles are applied:

  • color: ZdsColors.greySwatch(context)[900 (or 700 in dark mode)]
  • size: 24

Implementation

final Widget child;