CbMonthBuilder constructor

const CbMonthBuilder({
  1. Key? key,
  2. String? matchId,
  3. double? height,
  4. double? width,
  5. YearDropDownCustomizer? yearDropDownCustomizer,
  6. MonthCustomizer? monthCustomizer,
  7. CbConfig? cbConfig,
  8. void onYearHeaderExpanded(
    1. bool isExpanded
    )?,
  9. void onYearButtonClicked(
    1. DateTime selectedYear,
    2. bool isSelected
    )?,
  10. void onDateClicked(
    1. OnDateSelected onDateSelected
    )?,
})

constructor of month builder

Implementation

const CbMonthBuilder({
  Key? key,
  this.matchId,
  this.height,
  this.width,
  this.yearDropDownCustomizer,
  this.monthCustomizer,
  this.cbConfig,
  this.onYearHeaderExpanded,
  this.onYearButtonClicked,
  this.onDateClicked,
}) : super(key: key);