MenstrualCycleTrendsGraph constructor

const MenstrualCycleTrendsGraph({
  1. Key? key,
  2. bool isShowSeriesColor = true,
  3. bool isShowHeader = true,
  4. String? headerTitle,
  5. String? loadingText,
  6. bool isShowMoreOptions = false,
  7. String? xAxisTitle,
  8. bool isShowNormalRangeHint = true,
  9. TextStyle? xAxisTitleTextStyle,
  10. TextStyle? normalRangeHintTextStyle,
  11. TextStyle? headerTitleTextStyle,
  12. TextStyle? yAxisTitleTextStyle,
  13. bool isShowXAxisTitle = true,
  14. bool isShowYAxisTitle = true,
  15. String? yAxisTitle,
  16. String? normalRangeHintTitle,
  17. Color themeColor = Colors.black,
  18. Function? onImageDownloadCallback,
  19. Function? onPdfDownloadCallback,
})

Implementation

const MenstrualCycleTrendsGraph(
    {super.key,
    this.isShowSeriesColor = true,
    this.isShowHeader = true,
    this.headerTitle,
    this.loadingText,
    this.isShowMoreOptions = false,
    this.xAxisTitle,
    this.isShowNormalRangeHint = true,
    this.xAxisTitleTextStyle,
    this.normalRangeHintTextStyle,
    this.headerTitleTextStyle,
    this.yAxisTitleTextStyle,
    this.isShowXAxisTitle = true,
    this.isShowYAxisTitle = true,
    this.yAxisTitle,
    this.normalRangeHintTitle,
    this.themeColor = Colors.black,
    this.onImageDownloadCallback,
    this.onPdfDownloadCallback});