MenstrualBodyTemperatureGraph constructor
const
MenstrualBodyTemperatureGraph({
- Key? key,
- BodyTemperatureUnits? bodyTemperatureUnits = BodyTemperatureUnits.celsius,
- bool isShowMoreOptions = false,
- String? loadingText,
- bool isShowXAxisTitle = true,
- bool isShowYAxisTitle = true,
- Color tooltipBackgroundColor = Colors.black,
- String? yAxisTitle,
- Function? onImageDownloadCallback,
- Color topGraphColor = Colors.red,
- Color centerGraphColor = Colors.orange,
- Color bottomGraphColor = Colors.yellow,
- String? xAxisTitle,
- TextStyle? xAxisTitleTextStyle,
- TextStyle? yAxisTitleTextStyle,
- Function? onPdfDownloadCallback,
Implementation
const MenstrualBodyTemperatureGraph(
{super.key,
this.bodyTemperatureUnits = BodyTemperatureUnits.celsius,
this.isShowMoreOptions = false,
this.loadingText,
this.isShowXAxisTitle = true,
this.isShowYAxisTitle = true,
this.tooltipBackgroundColor = Colors.black,
this.yAxisTitle,
this.onImageDownloadCallback,
this.topGraphColor = Colors.red,
this.centerGraphColor = Colors.orange,
this.bottomGraphColor = Colors.yellow,
this.xAxisTitle,
this.xAxisTitleTextStyle,
this.yAxisTitleTextStyle,
this.onPdfDownloadCallback});