GlowingBorderPainter constructor

GlowingBorderPainter({
  1. required Color color,
  2. required double strokeWidth,
  3. required double dashLength,
  4. required double dashGap,
  5. required double radius,
  6. required double rotationValue,
})

Implementation

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