widgets/sing_dashed_line library

Classes

DashedLinePainter
虚线 DashedLine( color: Colors.blue, // 可选参数,默认为黑色 dashWidth: 10.0, // 可选参数,默认为5.0 width: 300.0, // 可选参数,默认为200.0 )
SingDashedLine