MenstrualCycleCalenderView constructor

const MenstrualCycleCalenderView({
  1. Key? key,
  2. Color? daySelectedColor,
  3. String? themeColor = "000000",
  4. String? backgroundColorCode = "ffffff",
  5. String? logPeriodText = Strings.logPeriodLabel,
  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 = "000000",
    this.backgroundColorCode = "ffffff",
    this.logPeriodText = Strings.logPeriodLabel,
    this.hideLogPeriodButton = false,
    this.hideBottomBar = false,
    this.onDateSelected,
    this.onDataChanged,
    this.isExpanded = false,
    this.hideInfoView = false});