MenstrualCycleCalenderView constructor
const
MenstrualCycleCalenderView({
- Key? key,
- Color? daySelectedColor,
- Color? themeColor = Colors.black,
- Color? backgroundColorCode = Colors.white,
- String? logPeriodText,
- bool? hideLogPeriodButton = false,
- bool? hideBottomBar = false,
- Function? onDateSelected,
- Function? onDataChanged,
- bool? isExpanded = false,
- 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});