TripCurveViewer constructor

const TripCurveViewer({
  1. Key? key,
  2. required ProtectionTemplate protection,
  3. double? height,
  4. bool showGrid = true,
})

Implementation

const TripCurveViewer({
  super.key,
  required this.protection,
  this.height,
  this.showGrid = true,
});