OverlappingGoalModel constructor

const OverlappingGoalModel({
  1. required double goalDashWidth,
  2. required double goalDashSpace,
  3. required double goalLineWidth,
  4. required double goalLineValue,
  5. required Color goalLineColor,
})

Implementation

const OverlappingGoalModel({
  required this.goalDashWidth,
  required this.goalDashSpace,
  required this.goalLineWidth,
  required this.goalLineValue,
  required this.goalLineColor,
});