OvalMask constructor

const OvalMask({
  1. required Rect rect,
  2. required MaskOptions maskOptions,
})

Constructs an OvalMask.

Implementation

const OvalMask({
  required super.rect,
  required super.maskOptions,
});