RadiusPlus.all constructor

RadiusPlus.all(
  1. double? all
)

Radius to all corners

Implementation

RadiusPlus.all(this.all)
    : topLeft = all,
      topRight = all,
      bottomLeft = all,
      bottomRight = all;