AcxDottedLineCorner.all constructor

AcxDottedLineCorner.all(
  1. double radius
)

Implementation

AcxDottedLineCorner.all(double radius)
    : leftTopCorner = radius,
      rightTopCorner = radius,
      rightBottomCorner = radius,
      leftBottomCorner = radius;