MyMask constructor

MyMask({
  1. required Color outerBackgroundColor,
  2. MaskType pathBorderType = MaskType.passport,
})

Implementation

MyMask({
  required this.outerBackgroundColor,
  this.pathBorderType = MaskType.passport,
});