StripedPainter constructor

StripedPainter(
  1. {Listenable? repaint,
  2. double? stripeWidth,
  3. double? stripeSpacing,
  4. required Color color}
)

Implementation

StripedPainter(
    {super.repaint,
    this.stripeWidth,
    this.stripeSpacing,
    required this.color});