CornerRounding.from constructor

const CornerRounding.from({
  1. double radius = 0.0,
  2. double smoothing = 0.0,
})

Implementation

const CornerRounding.from({double radius = 0.0, double smoothing = 0.0})
  : this(radius, smoothing);