UIScratchCard constructor
const
UIScratchCard({})
Implementation
const UIScratchCard({
super.key,
required this.component,
required this.taskId,
required this.rootId,
this.parentHeight,
this.parentWidth,
this.height,
this.width,
this.index,
this.assets,
this.onScratch,
this.assetUrl,
});