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