MenstrualLogPeriodView constructor
MenstrualLogPeriodView({
- Key? key,
- DateTime? symptomsLogDate,
- required Function? onSuccess,
- required Function? onError,
- required DisplaySymptomsData? displaySymptomsData,
- Color themeColor = Colors.black,
- bool? isRequiredWaterView = true,
- bool? isRequiredBodyTemperatureView = true,
- bool? isRequiredMeditationView = true,
- bool? isShowCustomSymptomsOnly = false,
- List<
SymptomsCategory> ? customSymptomsList, - bool? isRequiredSleepView = true,
- bool? isRequiredWeightView = true,
Implementation
MenstrualLogPeriodView(
{super.key,
this.symptomsLogDate,
required this.onSuccess,
required this.onError,
required this.displaySymptomsData,
this.themeColor = Colors.black,
this.isRequiredWaterView = true,
this.isRequiredBodyTemperatureView = true,
this.isRequiredMeditationView = true,
this.isShowCustomSymptomsOnly = false,
this.customSymptomsList,
this.isRequiredSleepView = true,
this.isRequiredWeightView = true});