DashedCircle constructor
const
DashedCircle({})
Implementation
const DashedCircle({Key? key, required this.child, this.strokeWidth = 2.0, this.gapSize = 3.0, this.color = const Color(0xffffffff), this.dashes = 20}) : super(key: key);