MenstrualCyclePeriodsGraph constructor
const
MenstrualCyclePeriodsGraph({
- Key? key,
- String? loadingText,
- String? xAxisTitle,
- TextStyle? xAxisTitleTextStyle,
- TextStyle? yAxisTitleTextStyle,
- bool isShowXAxisTitle = true,
- bool isShowYAxisTitle = true,
- String? yAxisTitle,
- Color periodDaysColor = defaultMenstruationColor,
- String? periodDaysTitle,
- Color otherCycleDaysColor = defaultLutealPhaseColor,
- bool isShowMoreOptions = false,
- String? otherCycleDaysTitle,
- Function? onImageDownloadCallback,
- Function? onPdfDownloadCallback,
Implementation
const MenstrualCyclePeriodsGraph(
{super.key,
this.loadingText,
this.xAxisTitle,
this.xAxisTitleTextStyle,
this.yAxisTitleTextStyle,
this.isShowXAxisTitle = true,
this.isShowYAxisTitle = true,
this.yAxisTitle,
this.periodDaysColor = defaultMenstruationColor,
this.periodDaysTitle,
this.otherCycleDaysColor = defaultLutealPhaseColor,
this.isShowMoreOptions = false,
this.otherCycleDaysTitle,
this.onImageDownloadCallback,
this.onPdfDownloadCallback});