TripCurveViewer constructor
- Key? key,
- required ProtectionTemplate protection,
- double? height,
- bool showGrid = true,
Implementation
const TripCurveViewer({
super.key,
required this.protection,
this.height,
this.showGrid = true,
});
const TripCurveViewer({
super.key,
required this.protection,
this.height,
this.showGrid = true,
});