MonthOptions constructor

MonthOptions({
  1. String font = '',
  2. Color? selectedColor,
  3. Color? backgroundColor,
})

Implementation

MonthOptions({this.font = '', this.selectedColor,this.backgroundColor});