MenstrualSleepGraph constructor
const
MenstrualSleepGraph({
- Key? key,
- bool isShowMoreOptions = false,
- String? loadingText,
- bool isShowXAxisTitle = true,
- bool isShowYAxisTitle = true,
- Color tooltipBackgroundColor = Colors.black,
- bool isShowYAxisGridLine = false,
- bool isShowXAxisGridLine = false,
- String? yAxisTitle,
- Function? onImageDownloadCallback,
- Color graphColor = Colors.blue,
- String? xAxisTitle,
- TextStyle? xAxisTitleTextStyle,
- TextStyle? yAxisTitleTextStyle,
- Function? onPdfDownloadCallback,
Implementation
const MenstrualSleepGraph(
{super.key,
this.isShowMoreOptions = false,
this.loadingText,
this.isShowXAxisTitle = true,
this.isShowYAxisTitle = true,
this.tooltipBackgroundColor = Colors.black,
this.isShowYAxisGridLine = false,
this.isShowXAxisGridLine = false,
this.yAxisTitle,
this.onImageDownloadCallback,
this.graphColor = Colors.blue,
this.xAxisTitle,
this.xAxisTitleTextStyle,
this.yAxisTitleTextStyle,
this.onPdfDownloadCallback});