AnyCorner constructor

const AnyCorner({
  1. double p = 0.0,
  2. double n = 0.0,
})

Implementation

const AnyCorner({
  this.p = 0.0,
  this.n = 0.0,
});