AgendaStyle constructor
const
AgendaStyle({})
Creates a agenda style for month view in calendar.
The properties allows to customize the agenda view in month view of SfCalendar.
Implementation
const AgendaStyle(
{this.appointmentTextStyle,
this.dayTextStyle,
this.dateTextStyle,
this.backgroundColor,
this.placeholderTextStyle =
const TextStyle(color: Colors.grey, fontSize: 15)});