ImageMaskingWidget constructor

const ImageMaskingWidget({
  1. Key? key,
  2. required String unColoredImage,
  3. required String coloredImage,
  4. VoidCallback? onReset,
  5. double? height,
  6. double? width,
  7. EdgeInsets? margin,
  8. BoxDecoration? decoration,
})

Implementation

const ImageMaskingWidget(
    {super.key, required this.unColoredImage, required this.coloredImage, this.onReset, this.height, this.width, this.margin,this.decoration});