MenstrualCycleCalenderView constructor

const MenstrualCycleCalenderView({
  1. Key? key,
  2. Color? daySelectedColor,
  3. Color? themeColor = Colors.black,
  4. Color? backgroundColorCode = Colors.white,
  5. String? logPeriodText,
  6. bool? hideLogPeriodButton = false,
  7. bool? hideBottomBar = false,
  8. Function? onDateSelected,
  9. Function? onDataChanged,
  10. bool? isExpanded = false,
  11. bool? hideInfoView = false,
})

Implementation

const MenstrualCycleCalenderView(
    {super.key,
    this.daySelectedColor,
    this.themeColor = Colors.black,
    this.backgroundColorCode = Colors.white,
    this.logPeriodText,
    this.hideLogPeriodButton = false,
    this.hideBottomBar = false,
    this.onDateSelected,
    this.onDataChanged,
    this.isExpanded = false,
    this.hideInfoView = false});