monthStyle property
final
Styles the written selected date on top or left of the picker
Implementation
final DatePickerStyle dateStyle,
/// Styles the first row of the picker which contains the column names.
headerStyle,
/// Styles the days in the currently selected month.
monthStyle,
/// Styles the days which are displayed from the next month.
nextMonthStyle,
/// Styles the days which are displayed from the previous month.
prevMonthStyle,
/// Styles today
todayStyle,
/// Styles selected
selectedStyle,
/// Styles the column which contains the number of the week
weekStyle;