FxDottedLineCorner.all constructor

FxDottedLineCorner.all(
  1. double radius
)

Implementation

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