Cubic constructor Null safety

const Cubic(
  1. double x1,
  2. double y1,
  3. double x2,
  4. double y2
)

Implementation

const factory Cubic(
        final double x1, final double y1, final double x2, final double y2) =
    _$Cubic;