S360fScenarioLineChart constructor
const
S360fScenarioLineChart({})
Implementation
const S360fScenarioLineChart({
required this.currentAge,
required this.series,
this.xAxisTitle = 'Age',
this.yAxisTitle = '',
this.gridLines = true,
this.yAxisValues = const <dynamic>[],
this.height = 380,
super.key,
});