ImageMaskingWidget constructor
const
ImageMaskingWidget({
- Key? key,
- required String unColoredImage,
- required String coloredImage,
- VoidCallback? onReset,
- double? height,
- double? width,
- EdgeInsets? margin,
- BoxDecoration? decoration,
Implementation
const ImageMaskingWidget(
{super.key, required this.unColoredImage, required this.coloredImage, this.onReset, this.height, this.width, this.margin,this.decoration});