FDottedLineCorner.all constructor

FDottedLineCorner.all(
  1. double radius
)

Set all rounded corners to one size

Implementation

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