MaskCSS constructor
MaskCSS({
- String? image,
- ImagePositionCSS? position,
- ImageRepeatCSS? repeat,
Implementation
MaskCSS({this.image, this.position, this.repeat});