ZdsDashedLineCorner.all constructor
- double radius
Set all rounded corners to one size.
Implementation
const ZdsDashedLineCorner.all(double radius)
: topLeft = radius,
topRight = radius,
bottomRight = radius,
bottomLeft = radius;