DayWidgetBuilder typedef

Widget DayWidgetBuilder (
  1. DateTime date,
  2. bool isLastMonthDay,
  3. bool isNextMonthDay
)

Implementation

typedef Widget DayWidgetBuilder(DateTime date, bool isLastMonthDay, bool isNextMonthDay);