ZdsDashedLineCorner.all constructor

const ZdsDashedLineCorner.all(
  1. double radius
)

Set all rounded corners to one size.

Implementation

const ZdsDashedLineCorner.all(double radius)
    : topLeft = radius,
      topRight = radius,
      bottomRight = radius,
      bottomLeft = radius;