FDottedLineCorner constructor
const
FDottedLineCorner({})
指定每一个圆角的大小
Specify the size of each rounded corner
Implementation
const FDottedLineCorner({
this.leftTopCorner = 0,
this.rightTopCorner = 0,
this.rightBottomCorner = 0,
this.leftBottomCorner = 0,
});