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