InvertedClipper constructor

InvertedClipper({
  1. required Size clipSize,
  2. required ClipShape shape,
  3. Radius? rrectRadius,
})

Implementation

InvertedClipper({
  required this.clipSize,
  required this.shape,
  this.rrectRadius,
});