ScratchCardPainter constructor

ScratchCardPainter({
  1. required List<Offset> points,
  2. Image? scratchImage,
  3. Color scratchCardColor = Colors.grey,
  4. double stockSize = 20.00,
})

Implementation

ScratchCardPainter(
    {required this.points,
    this.scratchImage,
    this.scratchCardColor = Colors.grey,
    this.stockSize = 20.00});