G2xPositionedRelativeToChild constructor

G2xPositionedRelativeToChild({
  1. Function? callbackOnHide,
  2. Color? backdropColor,
  3. Key? backdropKey,
  4. bool closeOnTapOutside = false,
})

Implementation

G2xPositionedRelativeToChild({
  this.callbackOnHide,
  this.backdropColor,
  this.backdropKey,
  this.closeOnTapOutside = false,
});