MaskCSS constructor

MaskCSS({
  1. String? image,
  2. ImagePositionCSS? position,
  3. ImageRepeatCSS? repeat,
})

Implementation

MaskCSS({this.image, this.position, this.repeat});