RadiusPlus.only constructor

RadiusPlus.only({
  1. double? topLeft,
  2. double? topRight,
  3. double? bottomLeft,
  4. double? bottomRight,
})

Radius to specific corner

Implementation

RadiusPlus.only({
  this.topLeft,
  this.topRight,
  this.bottomLeft,
  this.bottomRight,
}) : all = null;