GlowingBorderPainter constructor
GlowingBorderPainter({})
Implementation
GlowingBorderPainter({
required this.color,
required this.strokeWidth,
required this.dashLength,
required this.dashGap,
required this.radius,
required this.rotationValue,
});