MenstrualCycleMonthlyCalenderView constructor

const MenstrualCycleMonthlyCalenderView({
  1. Key? key,
  2. Color? themeColor = Colors.black,
  3. Color? daySelectedColor,
  4. bool isShowCloseIcon = false,
  5. Function? onDataChanged,
  6. bool hideInfoView = false,
})

Implementation

const MenstrualCycleMonthlyCalenderView(
    {super.key,
    this.themeColor = Colors.black,
    this.daySelectedColor,
    this.isShowCloseIcon = false,
    this.onDataChanged,
    this.hideInfoView = false});