FDottedLineCorner.all constructor
FDottedLineCorner.all(
- double radius
设置所有圆角为一个大小
Set all rounded corners to one size
Implementation
FDottedLineCorner.all(double radius)
: leftTopCorner = radius,
rightTopCorner = radius,
rightBottomCorner = radius,
leftBottomCorner = radius;