MenstrualCycleTrendsGraph constructor
const
MenstrualCycleTrendsGraph({
- Key? key,
- bool isShowSeriesColor = true,
- bool isShowHeader = true,
- String? headerTitle,
- String? loadingText,
- bool isShowMoreOptions = false,
- String? xAxisTitle,
- bool isShowNormalRangeHint = true,
- TextStyle? xAxisTitleTextStyle,
- TextStyle? normalRangeHintTextStyle,
- TextStyle? headerTitleTextStyle,
- TextStyle? yAxisTitleTextStyle,
- bool isShowXAxisTitle = true,
- bool isShowYAxisTitle = true,
- String? yAxisTitle,
- String? normalRangeHintTitle,
- Color themeColor = Colors.black,
- Function? onImageDownloadCallback,
- 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});